Home
last modified time | relevance | path

Searched refs:WLAN_EID_ADV_PROTO (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dgas_server.c134 wpabuf_put_u8(resp, WLAN_EID_ADV_PROTO); in gas_server_send_resp()
182 if (end - pos < 2 || pos[0] != WLAN_EID_ADV_PROTO) { in gas_server_rx_initial_req()
290 wpabuf_put_u8(resp, WLAN_EID_ADV_PROTO); in gas_server_handle_rx_comeback_req()
324 wpabuf_put_u8(resp, WLAN_EID_ADV_PROTO); in gas_server_handle_rx_comeback_req()
H A Dgas.c103 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in gas_add_adv_proto_anqp()
H A Ddpp_tcp.c1413 if (*adv_proto != WLAN_EID_ADV_PROTO || in dpp_controller_rx_gas_req()
1682 if (*adv_proto != WLAN_EID_ADV_PROTO || in dpp_rx_gas_resp()
H A Dieee802_11_defs.h388 #define WLAN_EID_ADV_PROTO 108 macro
H A Ddpp.c923 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in dpp_write_adv_proto()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_sd.c357 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_initial_req()
532 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_initial_resp()
753 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_comeback_resp()
/freebsd/contrib/wpa/src/ap/
H A Dgas_query_ap.c562 if (*pos != WLAN_EID_ADV_PROTO) { in gas_query_ap_rx()
H A Dgas_serv.c27 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in gas_serv_write_dpp_adv_proto()
1619 if (*pos != WLAN_EID_ADV_PROTO) { in gas_serv_rx_gas_initial_req()
H A Dieee802_11_shared.c592 *pos++ = WLAN_EID_ADV_PROTO; in hostapd_eid_adv_proto()
H A Ddpp_hostapd.c1282 pos[0] != WLAN_EID_ADV_PROTO || in hostapd_dpp_gas_resp_cb()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dgas_query.c615 if (*adv_proto != WLAN_EID_ADV_PROTO) { in gas_query_rx()
H A Dinterworking.c3145 if (wpabuf_len(adv_proto) < 4 || pos[0] != WLAN_EID_ADV_PROTO || in anqp_resp_cb()
3304 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in gas_send_request()
H A Ddpp_supplicant.c1883 pos[0] != WLAN_EID_ADV_PROTO || in wpas_dpp_gas_resp_cb()