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 37 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 166 len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
247 len = gas_anqp_add_element(buf, ANQP_CAPABILITY_LIST);
316 len = gas_anqp_add_element(buf, ANQP_VENUE_NAME);
355 len = gas_anqp_add_element(buf, ANQP_ROAMING_CONSORTIUM);
492 realm_list_len = gas_anqp_add_element(buf, ANQP_NAI_REALM);
523 len = gas_anqp_add_element(buf, ANQP_NAI_REALM);
618 len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
640 u8 *len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
655 u8 *len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC);
671 u8 *len = gas_anqp_add_element(buf, ANQP_VENDOR_SPECIFIC)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 556 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 110 len_pos = gas_anqp_add_element(buf, ANQP_QUERY_LIST);
289 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 357 milliseconds