Searched refs:info_id (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/wpa/src/common/ |
| HD | gas.c | 255 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()
|
| HD | gas.h | 34 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id);
|
| /trueos/contrib/wpa/src/ap/ |
| HD | gas_serv.c | 597 static void rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, in rx_anqp_query_list_id() argument 600 switch (info_id) { in rx_anqp_query_list_id() 642 info_id); in rx_anqp_query_list_id() 897 u16 info_id, elen; in gas_serv_rx_gas_initial_req() local 902 info_id = WPA_GET_LE16(pos); in gas_serv_rx_gas_initial_req() 912 switch (info_id) { in gas_serv_rx_gas_initial_req() 923 "Request element %u", info_id); in gas_serv_rx_gas_initial_req()
|
| /trueos/contrib/wpa/wpa_supplicant/ |
| HD | interworking.c | 1827 const u8 *sa, u16 info_id, in interworking_parse_rx_anqp_resp() argument 1840 switch (info_id) { in interworking_parse_rx_anqp_resp() 1951 "%u", info_id); in interworking_parse_rx_anqp_resp() 1965 u16 info_id; in anqp_resp_cb() local 1987 info_id = WPA_GET_LE16(pos); in anqp_resp_cb() 1993 "for Info ID %u", info_id); in anqp_resp_cb() 1996 interworking_parse_rx_anqp_resp(wpa_s, dst, info_id, pos, in anqp_resp_cb()
|