Home
last modified time | relevance | path

Searched refs:fils_info (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/src/ap/
Dieee802_11_shared.c924 u16 fils_info = 0; in hostapd_eid_fils_indic() local
941 fils_info |= realms << 3; in hostapd_eid_fils_indic()
945 fils_info |= BIT(7); in hostapd_eid_fils_indic()
947 fils_info |= BIT(8); /* HESSID Included */ in hostapd_eid_fils_indic()
949 fils_info |= BIT(9); in hostapd_eid_fils_indic()
952 fils_info |= BIT(10); in hostapd_eid_fils_indic()
956 WPA_PUT_LE16(pos, fils_info); in hostapd_eid_fils_indic()
/hostap-3.6.0/wpa_supplicant/
Dpasn_supplicant.c398 u16 fils_info; in wpas_pasn_wd_fils_auth() local
424 fils_info = WPA_GET_LE16(indic + 2); in wpas_pasn_wd_fils_auth()
425 if (!(fils_info & BIT(9))) { in wpas_pasn_wd_fils_auth()
Dsme.c794 u16 fils_info; in sme_send_authentication() local
813 fils_info = WPA_GET_LE16(indic + 2); in sme_send_authentication()
814 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) { in sme_send_authentication()
820 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) { in sme_send_authentication()