Home
last modified time | relevance | path

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

/trueos/contrib/wpa/src/common/
HDgas.c103 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in gas_add_adv_proto_anqp()
HDieee802_11_defs.h243 #define WLAN_EID_ADV_PROTO 108 macro
/trueos/contrib/wpa/src/p2p/
HDp2p_sd.c308 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_initial_req()
488 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_initial_resp()
735 if (*pos != WLAN_EID_ADV_PROTO) { in p2p_rx_gas_comeback_resp()
/trueos/contrib/wpa/wpa_supplicant/
HDgas_query.c377 if (*pos != WLAN_EID_ADV_PROTO) { in gas_query_rx()
HDinterworking.c1972 if (wpabuf_len(adv_proto) < 4 || pos[0] != WLAN_EID_ADV_PROTO || in anqp_resp_cb()
2084 wpabuf_put_u8(buf, WLAN_EID_ADV_PROTO); in gas_send_request()
/trueos/contrib/wpa/src/ap/
HDieee802_11_shared.c285 *pos++ = WLAN_EID_ADV_PROTO; in hostapd_eid_adv_proto()
HDgas_serv.c849 if (*pos != WLAN_EID_ADV_PROTO) { in gas_serv_rx_gas_initial_req()