Searched refs:fils_info (Results 1 – 3 of 3) sorted by relevance
973 u16 fils_info = 0; in hostapd_eid_fils_indic() local990 fils_info |= realms << 3; in hostapd_eid_fils_indic()994 fils_info |= BIT(7); in hostapd_eid_fils_indic()996 fils_info |= BIT(8); /* HESSID Included */ in hostapd_eid_fils_indic()998 fils_info |= BIT(9); in hostapd_eid_fils_indic()1001 fils_info |= BIT(10); in hostapd_eid_fils_indic()1005 WPA_PUT_LE16(pos, fils_info); in hostapd_eid_fils_indic()
355 u16 fils_info; in wpas_pasn_wd_fils_auth() local381 fils_info = WPA_GET_LE16(indic + 2); in wpas_pasn_wd_fils_auth()382 if (!(fils_info & BIT(9))) { in wpas_pasn_wd_fils_auth()
790 u16 fils_info; in sme_send_authentication() local809 fils_info = WPA_GET_LE16(indic + 2); in sme_send_authentication()810 if (ssid->fils_dh_group == 0 && !(fils_info & BIT(9))) { in sme_send_authentication()816 if (ssid->fils_dh_group != 0 && !(fils_info & BIT(10))) { in sme_send_authentication()