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

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 43 const u8 *hs20; member in struct:ieee802_11_elems
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 357 struct wpabuf *hs20; local
358 hs20 = wpabuf_alloc(20);
359 if (hs20) {
360 wpas_hs20_add_indication(hs20);
363 wpabuf_head(hs20), wpabuf_len(hs20));
364 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20);
365 wpabuf_free(hs20);
    [all...]
config.h 698 * hs20 - Hotspot 2.0
700 int hs20; member in struct:wpa_config
wpa_supplicant.c 1486 struct wpabuf *hs20; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 446 int hs20; member in struct:hostapd_bss_config

Completed in 332 milliseconds