HomeSort by: relevance | last modified time | path
    Searched refs:query_resp_len_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
gas.c 91 * @query_resp_len_limit: Query Response Length Limit in units of 256 octets
95 * @query_resp_len_limit is 0 for request and 1-0x7f for response. 0x7f means
99 static void gas_add_adv_proto_anqp(struct wpabuf *buf, u8 query_resp_len_limit,
105 wpabuf_put_u8(buf, (query_resp_len_limit & 0x7f) |
  /src/external/bsd/wpa/dist/wpa_supplicant/
interworking.c 3282 u8 query_resp_len_limit = 0; local
3306 wpabuf_put_u8(buf, query_resp_len_limit & 0x7f);

Completed in 19 milliseconds