Searched refs:hs20 (Results 1 – 16 of 16) sorted by relevance
| /trueos/contrib/wpa/wpa_supplicant/ |
| HD | sme.c | 299 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()
|
| HD | config.h | 681 int hs20; member
|
| HD | wpa_supplicant.c | 1478 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()
|
| HD | README-HS20 | 77 hs20=1 400 hs20=1 <--- HS 2.0 indication 422 Note: The Hotspot 2.0 indication is shown as "hs20=1" in the status
|
| HD | config_file.c | 939 if (config->hs20) in wpa_config_write_global()
|
| HD | scan.c | 738 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 6) == 0) in wpa_supplicant_scan()
|
| HD | config.c | 3057 { INT_RANGE(hs20, 0, 1), 0 },
|
| /trueos/contrib/wpa/src/ap/ |
| HD | hs20.c | 21 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
|
| HD | ap_config.h | 440 int hs20; member
|
| HD | drv_callbacks.c | 114 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()
|
| HD | ieee802_11.c | 984 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/ |
| HD | ieee802_11_common.h | 43 const u8 *hs20; member
|
| HD | ieee802_11_common.c | 107 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
|
| /trueos/usr.sbin/wpa/hostapd/ |
| HD | Makefile | 15 hs20.c http_client.c http_server.c httpread.c ieee802_11_auth.c \
|
| /trueos/usr.sbin/wpa/wpa_supplicant/ |
| HD | Makefile | 12 eap_register.c eloop.c events.c gas.c gas_query.c hs20.c \
|
| /trueos/contrib/wpa/hostapd/ |
| HD | config_file.c | 1240 if (bss->hs20 && in hostapd_config_check_bss() 2865 bss->hs20 = atoi(pos); in hostapd_config_fill()
|