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 236 if (wpa_s->conf->hs20) {
237 struct wpabuf *hs20; local
238 hs20 = wpabuf_alloc(20);
239 if (hs20) {
240 wpas_hs20_add_indication(hs20);
243 wpabuf_head(hs20), wpabuf_len(hs20));
244 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20);
245 wpabuf_free(hs20);
config.h 673 * hs20 - Hotspot 2.0
675 int hs20; member in struct:wpa_config
wpa_supplicant.c 1436 struct wpabuf *hs20; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 431 int hs20; member in struct:hostapd_bss_config

Completed in 1842 milliseconds