/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_hostap.c | 71 fc = le_to_host16(hdr->frame_control); in handle_data() 127 fc = le_to_host16(hdr->frame_control); in handle_tx_callback() 157 fc = le_to_host16(hdr->frame_control); in handle_frame() 274 hdr->frame_control |= host_to_le16(BIT(1)); in hostap_send_mlme() 276 hdr->frame_control &= ~host_to_le16(BIT(1)); in hostap_send_mlme() 300 hdr->frame_control = in hostap_send_eapol() 302 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in hostap_send_eapol() 304 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP); in hostap_send_eapol() 1051 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostap_sta_deauth() 1089 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostap_sta_disassoc() [all …]
|
D | driver_nl80211_monitor.c | 33 fc = le_to_host16(hdr->frame_control); in handle_tx_callback() 56 fc = le_to_host16(hdr->frame_control); in from_unknown_sta() 78 fc = le_to_host16(hdr->frame_control); in handle_frame()
|
D | driver_atheros.c | 871 fc = le_to_host16(mgmt->frame_control); in atheros_raw_receive() 1370 fc = le_to_host16(hdr->frame_control); in send_action_cb_event() 1433 fc = le_to_host16(mgmt->frame_control); in fetch_pending_big_events()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_hostap.c | 71 fc = le_to_host16(hdr->frame_control); in handle_data() 127 fc = le_to_host16(hdr->frame_control); in handle_tx_callback() 157 fc = le_to_host16(hdr->frame_control); in handle_frame() 273 hdr->frame_control |= host_to_le16(BIT(1)); in hostap_send_mlme() 275 hdr->frame_control &= ~host_to_le16(BIT(1)); in hostap_send_mlme() 299 hdr->frame_control = in hostap_send_eapol() 301 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in hostap_send_eapol() 303 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP); in hostap_send_eapol() 1047 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostap_sta_deauth() 1085 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostap_sta_disassoc() [all …]
|
D | driver_nl80211_monitor.c | 33 fc = le_to_host16(hdr->frame_control); in handle_tx_callback() 56 fc = le_to_host16(hdr->frame_control); in from_unknown_sta() 75 fc = le_to_host16(hdr->frame_control); in handle_frame()
|
D | driver_atheros.c | 875 fc = le_to_host16(mgmt->frame_control); in atheros_raw_receive() 1381 fc = le_to_host16(hdr->frame_control); in send_action_cb_event() 1444 fc = le_to_host16(mgmt->frame_control); in fetch_pending_big_events()
|
D | driver_nl80211.c | 3668 fc = le_to_host16(mgmt->frame_control); in wpa_driver_nl80211_send_frame() 3698 fc = le_to_host16(mgmt->frame_control); in wpa_driver_nl80211_send_mlme() 5103 hdr->frame_control = in wpa_driver_nl80211_hapd_send_eapol() 5105 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS); in wpa_driver_nl80211_hapd_send_eapol() 5107 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP); in wpa_driver_nl80211_hapd_send_eapol() 5109 hdr->frame_control |= in wpa_driver_nl80211_hapd_send_eapol() 6643 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in i802_sta_deauth() 6670 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in i802_sta_disassoc() 7475 hdr->frame_control = in wpa_driver_nl80211_send_action() 8314 nulldata.hdr.frame_control = in nl80211_send_null_frame() [all …]
|
/third_party/lwip/src/netif/ |
D | lowpan6.c | 155 hdr->frame_control = fc; in lowpan6_write_iee802154_header() 191 u16_t frame_control, addr_mode; in lowpan6_parse_iee802154_header() local 196 frame_control = puc[0] | (puc[1] << 8); in lowpan6_parse_iee802154_header() 198 if (frame_control & IEEE_802154_FC_SEQNO_SUPPR) { in lowpan6_parse_iee802154_header() 199 if (IEEE_802154_FC_FRAME_VERSION_GET(frame_control) <= 1) { in lowpan6_parse_iee802154_header() 207 addr_mode = frame_control & IEEE_802154_FC_DST_ADDR_MODE_MASK; in lowpan6_parse_iee802154_header() 228 if (!(frame_control & IEEE_802154_FC_PANID_COMPR)) { in lowpan6_parse_iee802154_header() 233 addr_mode = frame_control & IEEE_802154_FC_SRC_ADDR_MODE_MASK; in lowpan6_parse_iee802154_header()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wnm_ap.c | 149 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_send_wnmsleep_resp() 379 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_send_bss_trans_mgmt_request() 683 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wnm_send_disassoc_imminent() 749 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wnm_send_ess_disassoc_imminent() 808 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wnm_send_bss_tm_req() 880 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wnm_send_coloc_intf_req()
|
D | ctrl_iface_ap.c | 475 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype); in p2p_manager_disconnect() 479 fc2str(le_to_host16(mgmt->frame_control))); in p2p_manager_disconnect() 539 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostapd_ctrl_iface_deauthenticate() 601 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostapd_ctrl_iface_disassociate()
|
D | wmm.c | 202 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wmm_send_action()
|
D | ieee802_11_shared.c | 110 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_send_sa_query_req() 202 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_send_sa_query_resp()
|
D | drv_callbacks.c | 1316 fc = le_to_host16(mgmt->frame_control); in hostapd_action_rx() 1440 u16 fc = le_to_host16(hdr->frame_control); in hostapd_mgmt_rx() 1858 fc = le_to_host16(hdr->frame_control); in wpa_supplicant_event_hapd()
|
D | beacon.c | 483 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostapd_gen_probe_resp() 1326 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostapd_gen_fils_discovery() 1488 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_build_ap_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wnm_ap.c | 137 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_send_wnmsleep_resp() 355 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_send_bss_trans_mgmt_request() 628 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wnm_send_disassoc_imminent() 694 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wnm_send_ess_disassoc_imminent() 751 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wnm_send_bss_tm_req() 823 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wnm_send_coloc_intf_req()
|
D | ctrl_iface_ap.c | 442 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype); in p2p_manager_disconnect() 446 fc2str(le_to_host16(mgmt->frame_control))); in p2p_manager_disconnect() 507 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostapd_ctrl_iface_deauthenticate() 570 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostapd_ctrl_iface_disassociate()
|
D | ieee802_11_shared.c | 101 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_send_sa_query_req() 182 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_send_sa_query_resp()
|
D | wmm.c | 200 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in wmm_send_action()
|
D | drv_callbacks.c | 1159 fc = le_to_host16(mgmt->frame_control); in hostapd_action_rx() 1285 u16 fc = le_to_host16(hdr->frame_control); in hostapd_mgmt_rx() 1685 fc = le_to_host16(hdr->frame_control); in wpa_supplicant_event_hapd()
|
D | ieee802_11.c | 315 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in send_auth_reply() 2066 fc = le_to_host16(mgmt->frame_control); in handle_auth() 3342 reply.frame_control = in send_deauth() 3488 reply->frame_control = in send_assoc_resp() 3902 fc = le_to_host16(mgmt->frame_control); in handle_assoc() 4431 !(mgmt->frame_control & host_to_le16(WLAN_FC_ISWEP)) && in handle_action() 4442 u16 fc = le_to_host16(mgmt->frame_control); in handle_action() 4626 fc = le_to_host16(mgmt->frame_control); in ieee802_11_mgmt()
|
D | beacon.c | 415 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in hostapd_gen_probe_resp() 1109 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in ieee802_11_build_ap_params()
|
/third_party/lwip/src/include/netif/ |
D | ieee802154.h | 56 PACK_STRUCT_FIELD(u16_t frame_control);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | pasn_supplicant.c | 1351 if ((mgmt->frame_control & fc) != fc) in wpas_pasn_auth_rx() 1613 if ((mgmt->frame_control & fc) != fc) in wpas_pasn_auth_tx_status() 1689 deauth->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) | in wpas_pasn_deauthenticate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_defs.h | 840 le16 frame_control; member 859 le16 frame_control; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_defs.h | 893 le16 frame_control; member 912 le16 frame_control; member
|