Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c879 u16 fils_info = 0; in hostapd_eid_fils_indic() local
896 fils_info |= realms << 3; in hostapd_eid_fils_indic()
900 fils_info |= BIT(7); in hostapd_eid_fils_indic()
902 fils_info |= BIT(8); /* HESSID Included */ in hostapd_eid_fils_indic()
904 fils_info |= BIT(9); in hostapd_eid_fils_indic()
907 fils_info |= BIT(10); in hostapd_eid_fils_indic()
911 WPA_PUT_LE16(pos, fils_info); in hostapd_eid_fils_indic()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c683 u16 fils_info; in sme_send_authentication() local
702 fils_info = WPA_GET_LE16(indic + 2); in sme_send_authentication()
703 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) { in sme_send_authentication()
709 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) { in sme_send_authentication()