Home
last modified time | relevance | path

Searched refs:hs20 (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/wpa/wpa_supplicant/
HDsme.c299 if (wpa_s->conf->hs20) { in sme_send_authentication()
300 struct wpabuf *hs20; in sme_send_authentication() local
301 hs20 = wpabuf_alloc(20); in sme_send_authentication()
302 if (hs20) { in sme_send_authentication()
303 wpas_hs20_add_indication(hs20); in sme_send_authentication()
306 wpabuf_head(hs20), wpabuf_len(hs20)); in sme_send_authentication()
307 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); in sme_send_authentication()
308 wpabuf_free(hs20); in sme_send_authentication()
HDconfig.h681 int hs20; member
HDwpa_supplicant.c1478 if (wpa_s->conf->hs20) { in wpa_supplicant_associate()
1479 struct wpabuf *hs20; in wpa_supplicant_associate() local
1480 hs20 = wpabuf_alloc(20); in wpa_supplicant_associate()
1481 if (hs20) { in wpa_supplicant_associate()
1482 wpas_hs20_add_indication(hs20); in wpa_supplicant_associate()
1483 os_memcpy(wpa_ie + wpa_ie_len, wpabuf_head(hs20), in wpa_supplicant_associate()
1484 wpabuf_len(hs20)); in wpa_supplicant_associate()
1485 wpa_ie_len += wpabuf_len(hs20); in wpa_supplicant_associate()
1486 wpabuf_free(hs20); in wpa_supplicant_associate()
HDREADME-HS2077 hs20=1
400 hs20=1 <--- HS 2.0 indication
422 Note: The Hotspot 2.0 indication is shown as "hs20=1" in the status
HDconfig_file.c939 if (config->hs20) in wpa_config_write_global()
HDscan.c738 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 6) == 0) in wpa_supplicant_scan()
HDconfig.c3057 { INT_RANGE(hs20, 0, 1), 0 },
/trueos/contrib/wpa/src/ap/
HDhs20.c21 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
HDap_config.h440 int hs20; member
HDdrv_callbacks.c114 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc()
115 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
HDieee802_11.c984 if (elems.hs20 && elems.hs20_len > 4) { in check_assoc_ies()
985 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in check_assoc_ies()
/trueos/contrib/wpa/src/common/
HDieee802_11_common.h43 const u8 *hs20; member
HDieee802_11_common.c107 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
/trueos/usr.sbin/wpa/hostapd/
HDMakefile15 hs20.c http_client.c http_server.c httpread.c ieee802_11_auth.c \
/trueos/usr.sbin/wpa/wpa_supplicant/
HDMakefile12 eap_register.c eloop.c events.c gas.c gas_query.c hs20.c \
/trueos/contrib/wpa/hostapd/
HDconfig_file.c1240 if (bss->hs20 && in hostapd_config_check_bss()
2865 bss->hs20 = atoi(pos); in hostapd_config_fill()