Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 24 of 24) sorted by relevance

/hostap-3.7.0/wlantest/
Dprocess.c24 u16 fc; in rx_get_sta() local
93 u16 fc, type, stype; in rx_update_ps() local
145 u16 fc; in rx_duplicate() local
184 u16 fc; in rx_ack() local
203 u16 fc; in rx_frame() local
Dinject.c61 u16 fc, stype; in is_robust_mgmt() local
121 u16 fc; in wlantest_inject_prot_bc() local
169 u16 fc; in wlantest_inject_prot() local
280 u16 fc; in wlantest_inject() local
Dbip.c22 u16 fc; in bip_protect() local
74 u16 fc; in bip_gmac_protect() local
Dtkip.c259 u16 fc = le_to_host16(hdr11->frame_control); in michael_mic_hdr() local
306 u16 fc = le_to_host16(hdr->frame_control); in tkip_decrypt() local
444 u16 fc; in tkip_encrypt() local
Drx_data.c403 u16 fc = le_to_host16(hdr->frame_control); in rx_data_bss_prot() local
671 u16 fc = le_to_host16(hdr->frame_control); in rx_data_bss_prot() local
721 u16 fc = le_to_host16(hdr->frame_control); in rx_data_bss() local
853 u16 fc, stype; in rx_data() local
Drx_mgmt.c393 u16 fc, reason; in rx_mgmt_deauth() local
1604 u16 fc, reason; in rx_mgmt_disassoc() local
2105 u16 fc; in check_mmie_mic() local
2181 u16 fc, stype; in check_bip() local
2328 u16 fc; in mgmt_ccmp_decrypt() local
2421 u16 fc; in check_mgmt_ccmp() local
2463 u16 fc, stype; in rx_mgmt() local
2625 u16 fc, stype; in rx_mgmt_ack() local
Dccmp.c21 u16 fc, stype, seq; in ccmp_aad_nonce() local
84 u16 fc, type; in ccmp_aad_nonce_pv1() local
Dgcmp.c21 u16 fc, stype, seq; in gcmp_aad_nonce() local
Dtest_vectors.c178 u16 fc; in test_vector_ccmp_pv1() local
Dctrl.c1136 u16 fc; in ctrl_send_() local
/hostap-3.7.0/src/drivers/
Ddriver_nl80211_monitor.c29 u16 fc; in handle_tx_callback() local
50 u16 fc; in from_unknown_sta() local
71 u16 fc; in handle_frame() local
Ddriver_hostap.c62 u16 fc, ethertype; in handle_data() local
123 u16 fc; in handle_tx_callback() local
143 u16 fc, type, stype; in handle_frame() local
Ddriver_atheros.c861 u16 fc, stype; in atheros_raw_receive() local
1355 u16 fc; in send_action_cb_event() local
1393 u16 fc, stype; in fetch_pending_big_events() local
Ddriver_zephyr.c487 u16 fc; in wpa_drv_zep_event_mgmt_tx_status() local
800 u16 fc, stype; in wpa_drv_zep_event_mgmt_rx() local
Ddriver_nl80211_event.c797 u16 fc, stype; in mlme_event_mgmt() local
840 u16 fc = le_to_host16(hdr->frame_control); in mlme_event_mgmt_tx_status() local
Ddriver_nl80211.c3989 u16 fc; in wpa_driver_nl80211_send_mlme() local
/hostap-3.7.0/src/ap/
Ddrv_callbacks.c1309 u16 fc; in hostapd_action_rx() local
1442 u16 fc = le_to_host16(hdr->frame_control); in hostapd_mgmt_rx() local
1857 u16 fc; in wpa_supplicant_event() local
Dieee802_11.c3567 u16 fc; in handle_auth() local
5457 u16 capab_info, listen_interval, seq_ctrl, fc; in handle_assoc() local
6028 u16 fc = le_to_host16(mgmt->frame_control); in handle_action() local
6216 u16 fc, stype; in ieee802_11_mgmt() local
Dwpa_auth.c2577 u16 fc, stype; in fils_decrypt_assoc() local
/hostap-3.7.0/wpa_supplicant/
Dpasn_supplicant.c1343 u16 fc = host_to_le16((WLAN_FC_TYPE_MGMT << 2) | in wpas_pasn_auth_rx() local
1597 u16 fc = host_to_le16((WLAN_FC_TYPE_MGMT << 2) | in wpas_pasn_auth_tx_status() local
Devents.c4959 u16 fc; in wpa_supplicant_event() local
5325 u16 fc, stype; in wpa_supplicant_event() local
/hostap-3.7.0/src/common/
Dieee802_11_common.c669 u16 fc, type, stype; in get_hdr_bssid() local
1578 const char * fc2str(u16 fc) in fc2str()
Dieee802_11_defs.h27 #define WLAN_FC_GET_TYPE(fc) (((fc) & 0x000c) >> 2) argument
28 #define WLAN_FC_GET_STYPE(fc) (((fc) & 0x00f0) >> 4) argument
/hostap-3.7.0/src/eap_common/
Deap_sim_common.c432 u8 fc; in eap_aka_prime_derive_ck_ik_prime() local