HomeSort by: relevance | last modified time | path
    Searched defs:hs20 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h 72 const u8 *hs20; member in struct:ieee802_11_elems
  /src/external/bsd/wpa/dist/wpa_supplicant/
sme.c 942 struct wpabuf *hs20; local
944 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN);
945 if (hs20) {
949 wpas_hs20_add_indication(hs20, pps_mo_id,
951 wpas_hs20_add_roam_cons_sel(hs20, ssid);
954 if (wpabuf_len(hs20) <= len) {
957 wpabuf_head(hs20), wpabuf_len(hs20));
958 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20);
960 wpabuf_free(hs20);
    [all...]
config.h 1088 * hs20 - Hotspot 2.0
1090 int hs20; member in struct:wpa_config
wpa_supplicant.c 2261 if (wpa_s->conf->hs20)
3697 struct wpabuf *hs20; local
3699 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN);
3700 if (hs20) {
3704 wpas_hs20_add_indication(hs20, pps_mo_id,
3706 wpas_hs20_add_roam_cons_sel(hs20, ssid);
3708 if (wpabuf_len(hs20) <= len) {
3710 wpabuf_head(hs20), wpabuf_len(hs20));
3711 wpa_ie_len += wpabuf_len(hs20);
    [all...]
ctrl_iface.c 2251 const u8 *hs20; local
2429 (hs20 = wpa_bss_get_vendor_ie(wpa_s->current_bss,
2434 if (hs20[1] >= 5) {
2435 u8 rel_num = (hs20[6] & 0xf0) >> 4;
2438 ret = os_snprintf(pos, end - pos, "hs20=%d\n", release);
3222 ret = os_snprintf(pos, end - pos, "[HS20]");
5544 ret = os_snprintf(pos, end - pos, "[HS20]");
7921 if (os_strncmp(pos, "hs20:", 5) == 0) {
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 621 int hs20; member in struct:hostapd_bss_config

Completed in 41 milliseconds