Home
last modified time | relevance | path

Searched refs:info_id (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dgas.c255 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id) in gas_anqp_add_element() argument
257 wpabuf_put_le16(buf, info_id); in gas_anqp_add_element()
Dgas.h34 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id);
/external/wpa_supplicant_8/src/ap/
Dgas_serv.c767 static void rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, in rx_anqp_query_list_id() argument
770 switch (info_id) { in rx_anqp_query_list_id()
807 info_id); in rx_anqp_query_list_id()
1114 u16 info_id, elen; in gas_serv_rx_gas_initial_req() local
1119 info_id = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req()
1129 switch (info_id) { in gas_serv_rx_gas_initial_req()
1140 "Request element %u", info_id); in gas_serv_rx_gas_initial_req()
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c2721 u16 info_id, in interworking_parse_rx_anqp_resp() argument
2733 switch (info_id) { in interworking_parse_rx_anqp_resp()
2851 "Interworking: Unsupported ANQP Info ID %u", info_id); in interworking_parse_rx_anqp_resp()
2865 u16 info_id; in anqp_resp_cb() local
2917 info_id = WPA_GET_LE16(pos); in anqp_resp_cb()
2925 info_id); in anqp_resp_cb()
2929 interworking_parse_rx_anqp_resp(wpa_s, bss, dst, info_id, pos, in anqp_resp_cb()