Searched refs:fils_info (Results 1 – 3 of 3) sorted by relevance
924 u16 fils_info = 0; in hostapd_eid_fils_indic() local941 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()
398 u16 fils_info; in wpas_pasn_wd_fils_auth() local424 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()
794 u16 fils_info; in sme_send_authentication() local813 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()