Lines Matching refs:fc
1309 u16 fc; in hostapd_action_rx() local
1318 fc = le_to_host16(mgmt->frame_control); in hostapd_action_rx()
1319 if (WLAN_FC_GET_STYPE(fc) != WLAN_FC_STYPE_ACTION) in hostapd_action_rx()
1442 u16 fc = le_to_host16(hdr->frame_control); in hostapd_mgmt_rx() local
1448 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT && in hostapd_mgmt_rx()
1449 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_BEACON) in hostapd_mgmt_rx()
1857 u16 fc; in wpa_supplicant_event() local
1860 fc = le_to_host16(hdr->frame_control); in wpa_supplicant_event()
1861 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT && in wpa_supplicant_event()
1862 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_BEACON) in wpa_supplicant_event()
1864 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT && in wpa_supplicant_event()
1865 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_PROBE_REQ) in wpa_supplicant_event()