Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c970 u16 fils_info = 0; in hostapd_eid_fils_indic() local
987 fils_info |= realms << 3; in hostapd_eid_fils_indic()
991 fils_info |= BIT(7); in hostapd_eid_fils_indic()
993 fils_info |= BIT(8); /* HESSID Included */ in hostapd_eid_fils_indic()
995 fils_info |= BIT(9); in hostapd_eid_fils_indic()
998 fils_info |= BIT(10); in hostapd_eid_fils_indic()
1002 WPA_PUT_LE16(pos, fils_info); in hostapd_eid_fils_indic()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c516 u16 fils_info; in wpas_pasn_auth_start_cb() local
617 fils_info = WPA_GET_LE16(indic + 2); in wpas_pasn_auth_start_cb()
618 if ((fils_info & BIT(9)) && ssid) { in wpas_pasn_auth_start_cb()
H A Dsme.c1072 u16 fils_info; in sme_send_authentication() local
1091 fils_info = WPA_GET_LE16(indic + 2); in sme_send_authentication()
1092 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) { in sme_send_authentication()
1098 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) { in sme_send_authentication()