HomeSort by relevance Sort by last modified time
    Searched defs:hs20 (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 40 const u8 *hs20; member in struct:ieee802_11_elems
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 360 struct wpabuf *hs20; local
361 hs20 = wpabuf_alloc(20);
362 if (hs20) {
366 wpas_hs20_add_indication(hs20, pps_mo_id);
369 if (wpabuf_len(hs20) <= len) {
372 wpabuf_head(hs20), wpabuf_len(hs20));
373 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20);
375 wpabuf_free(hs20);
    [all...]
config.h 823 * hs20 - Hotspot 2.0
825 int hs20; member in struct:wpa_config
    [all...]
wpa_supplicant.c 1754 struct wpabuf *hs20; local
    [all...]
ctrl_iface.c 1527 const u8 *hs20; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 462 int hs20; member in struct:hostapd_bss_config

Completed in 421 milliseconds