Searched refs:query_len (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | p2p_supplicant_sd.c | 262 size_t query_len) in match_bonjour_query() argument 266 if (query_len < 3 || wpabuf_len(bsrv->query) < 3) in match_bonjour_query() 268 if (os_memcmp(query + query_len - 3, in match_bonjour_query() 272 if (query_len == wpabuf_len(bsrv->query) && in match_bonjour_query() 273 os_memcmp(query, wpabuf_head(bsrv->query), query_len - 3) == 0) in match_bonjour_query() 276 if (p2p_sd_dns_uncompress(str_rx, sizeof(str_rx), query, query_len - 3, in match_bonjour_query() 290 const u8 *query, size_t query_len) in wpas_sd_req_bonjour() argument 297 query, query_len); in wpas_sd_req_bonjour() 305 if (query_len == 0) { in wpas_sd_req_bonjour() 312 if (!match_bonjour_query(bsrv, query, query_len)) in wpas_sd_req_bonjour() [all …]
|
| D | dpp_supplicant.c | 2964 const u8 *query, size_t query_len, u16 *comeback_delay) in wpas_dpp_gas_req_handler() argument 2991 query, query_len); in wpas_dpp_gas_req_handler() 2994 resp = dpp_conf_req_rx(auth, query, query_len); in wpas_dpp_gas_req_handler()
|
| /freebsd-12-stable/contrib/wpa/src/common/ |
| D | gas_server.h | 27 const u8 *query, size_t query_len,
|
| D | gas_server.c | 28 const u8 *query, size_t query_len, 554 const u8 *query, size_t query_len, in gas_server_register() argument
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | dpp_hostapd.h | 28 const u8 *query, size_t query_len,
|
| D | dpp_hostapd.c | 2021 const u8 *query, size_t query_len, in hostapd_dpp_gas_req_handler() argument 2055 query, query_len); in hostapd_dpp_gas_req_handler() 2058 resp = dpp_conf_req_rx(auth, query, query_len); in hostapd_dpp_gas_req_handler()
|