Home
last modified time | relevance | path

Searched refs:IEEE80211_FTYPE_MGMT (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dieee80211.h59 #define IEEE80211_FTYPE_MGMT 0x0000 macro
450 cpu_to_le16(IEEE80211_FTYPE_MGMT); in ieee80211_is_mgmt()
519 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ASSOC_REQ); in ieee80211_is_assoc_req()
529 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ASSOC_RESP); in ieee80211_is_assoc_resp()
539 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_REASSOC_REQ); in ieee80211_is_reassoc_req()
549 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_REASSOC_RESP); in ieee80211_is_reassoc_resp()
559 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_PROBE_REQ); in ieee80211_is_probe_req()
569 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_PROBE_RESP); in ieee80211_is_probe_resp()
579 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_BEACON); in ieee80211_is_beacon()
623 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ATIM); in ieee80211_is_atim()
[all …]
/openbmc/linux/net/mac80211/
H A Ds1g.c47 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_s1g_send_twt_setup()
79 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_s1g_send_twt_teardown()
H A Dht.c486 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_delba()
558 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_smps_action()
H A Dspectmgmt.c211 msr_report->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_refuse_measurement_request()
H A Dmesh_hwmp.c122 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in mesh_path_sel_frame_tx()
258 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in mesh_path_error_tx()
H A Dagg-rx.c230 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_addba_resp()
H A Dmesh.c1032 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_mesh_build_beacon()
1457 hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_mesh_rx_probe_req()
H A Dagg-tx.c89 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_addba_request()
H A Dmesh_plink.c257 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in mesh_plink_frame_tx()
H A Dutil.c1848 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_auth()
1885 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype); in ieee80211_send_deauth_disassoc()
4525 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_action_csa()
H A Dtdls.c913 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_prep_tdls_direct()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c478 if (local->hostapd && type == IEEE80211_FTYPE_MGMT) { in hostap_rx_frame_mgmt()
500 if (type != IEEE80211_FTYPE_MGMT && in hostap_rx_frame_mgmt()
510 } else if (type == IEEE80211_FTYPE_MGMT && in hostap_rx_frame_mgmt()
515 } else if (type == IEEE80211_FTYPE_MGMT && in hostap_rx_frame_mgmt()
820 if (type == IEEE80211_FTYPE_MGMT && in hostap_80211_rx()
H A Dhostap_ap.c263 prism2_send_mgmt(local->dev, IEEE80211_FTYPE_MGMT | in ap_handle_timer()
309 prism2_send_mgmt(dev, IEEE80211_FTYPE_MGMT | in hostap_deauth_all_stas()
484 prism2_send_mgmt(dev, IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_DEAUTH, in ap_control_kick_mac()
1477 prism2_send_mgmt(dev, IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_AUTH, in handle_authen()
1675 prism2_send_mgmt(dev, IEEE80211_FTYPE_MGMT | in handle_assoc()
1826 prism2_send_mgmt(dev, IEEE80211_FTYPE_MGMT | in ap_handle_dropped_data()
2185 if (type == IEEE80211_FTYPE_MGMT && stype == IEEE80211_STYPE_BEACON) { in handle_ap_item()
2203 if (type != IEEE80211_FTYPE_MGMT) { in handle_ap_item()
H A Dhostap_main.c1042 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype); in prism2_sta_send_mgmt()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dinit.c157 tmpl->header.frame_ctl = cpu_to_le16(IEEE80211_FTYPE_MGMT | in wl1271_ap_init_deauth_template()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_recv.c570 case IEEE80211_FTYPE_MGMT: in r8712_validate_recv_frame()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c1116 != (IEEE80211_FTYPE_MGMT|IEEE80211_STYPE_ACTION) in rtw_action_frame_parse()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c2412 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in rtl_make_smps_action()
2539 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in rtl_make_del_ba()
/openbmc/linux/net/wireless/
H A Dmlme.c548 if ((frame_type & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_MGMT) { in cfg80211_mlme_register_mgmt()
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c1122 if ((frame_ctl & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT) { in rx_done_irq()
2843 header.frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_AUTH); in send_authentication_request()
2888 header.frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in send_association_request()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h302 #define IEEE80211_FTYPE_MGMT 0x0000 macro
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c749 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in mwifiex_construct_tdls_action_frame()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c855 case IEEE80211_FTYPE_MGMT: in libipw_rx_any()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dmain.c756 case IEEE80211_FTYPE_MGMT: in orinoco_rx_monitor()
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c304 if ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT) in rtl8187_tx()

12