HomeSort by relevance Sort by last modified time
    Searched refs:gas_anqp_add_element (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/common/
gas.h 34 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id);
gas.c 250 * gas_anqp_add_element - Add ANQP element header
255 u8 * gas_anqp_add_element(struct wpabuf *buf, u16 info_id) function
265 * @len_pos: Length field position from gas_anqp_add_element()
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 149 len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
230 len = gas_anqp_add_element(buf, ANQP_CAPABILITY_LIST);
299 len = gas_anqp_add_element(buf, ANQP_VENUE_NAME);
338 len = gas_anqp_add_element(buf, ANQP_ROAMING_CONSORTIUM);
475 realm_list_len = gas_anqp_add_element(buf, ANQP_NAI_REALM);
506 len = gas_anqp_add_element(buf, ANQP_NAI_REALM);
601 len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
623 u8 *len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
638 u8 *len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
654 u8 *len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 534 len_pos = gas_anqp_add_element(anqp_buf, ANQP_VENDOR_SPECIFIC);
hs20_supplicant.c 181 len_pos = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
interworking.c 109 len_pos = gas_anqp_add_element(buf, ANQP_QUERY_LIST);
287 len_pos = gas_anqp_add_element(extra, ANQP_VENDOR_SPECIFIC);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 182 len_pos = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
228 len_pos = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);

Completed in 571 milliseconds