Searched refs:info_id (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dgas.h34 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id);
H A Dgas.c252 * @info_id: ANQP Info ID
255 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id) argument
257 wpabuf_put_le16(buf, info_id);
/external/wpa_supplicant_8/src/common/
H A Dgas.h34 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id);
H A Dgas.c252 * @info_id: ANQP Info ID
255 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id) argument
257 wpabuf_put_le16(buf, info_id);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dgas.h34 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id);
H A Dgas.c252 * @info_id: ANQP Info ID
255 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id) argument
257 wpabuf_put_le16(buf, info_id);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c597 static void rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, argument
600 switch (info_id) {
642 info_id);
897 u16 info_id, elen; local
902 info_id = WPA_GET_LE16(pos);
912 switch (info_id) {
923 "Request element %u", info_id);
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c597 static void rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, argument
600 switch (info_id) {
642 info_id);
897 u16 info_id, elen; local
902 info_id = WPA_GET_LE16(pos);
912 switch (info_id) {
923 "Request element %u", info_id);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c597 static void rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, argument
600 switch (info_id) {
642 info_id);
897 u16 info_id, elen; local
902 info_id = WPA_GET_LE16(pos);
912 switch (info_id) {
923 "Request element %u", info_id);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c1848 u16 info_id,
1860 switch (info_id) {
1971 "%u", info_id);
1985 u16 info_id; local
2023 info_id = WPA_GET_LE16(pos);
2029 "for Info ID %u", info_id);
2032 interworking_parse_rx_anqp_resp(wpa_s, bss, dst, info_id, pos,
1846 interworking_parse_rx_anqp_resp(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, const u8 *sa, u16 info_id, const u8 *data, size_t slen) argument

Completed in 73 milliseconds