Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_sd.c351 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_initial_req()
508 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_initial_resp()
722 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_comeback_resp()
/external/wpa_supplicant_8/src/common/
Dgas.c103 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in gas_add_adv_proto_anqp()
Dieee802_11_defs.h264 #define WLAN_EID_ADV_PROTO 108 macro
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c335 *pos++ = WLAN_EID_ADV_PROTO; in hostapd_eid_adv_proto()
Dgas_serv.c1064 if (*pos != WLAN_EID_ADV_PROTO) { in gas_serv_rx_gas_initial_req()
/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c529 if (*pos != WLAN_EID_ADV_PROTO) { in gas_query_rx()
Dinterworking.c2881 if (wpabuf_len(adv_proto) < 4 || pos[0] != WLAN_EID_ADV_PROTO || in anqp_resp_cb()
3035 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in gas_send_request()