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.c359 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_initial_req()
523 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_initial_resp()
742 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.h273 #define WLAN_EID_ADV_PROTO 108 macro
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c345 *pos++ = WLAN_EID_ADV_PROTO; in hostapd_eid_adv_proto()
Dgas_serv.c1258 if (*pos != WLAN_EID_ADV_PROTO) { in gas_serv_rx_gas_initial_req()
/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c582 if (*pos != WLAN_EID_ADV_PROTO) { in gas_query_rx()
Dinterworking.c2959 if (wpabuf_len(adv_proto) < 4 || pos[0] != WLAN_EID_ADV_PROTO || in anqp_resp_cb()
3117 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in gas_send_request()