Searched refs:IEEE80211_STYPE_DEAUTH (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/net/mac80211/tests/ |
D | mfp.c | 157 .stype = IEEE80211_STYPE_DEAUTH, 165 .stype = IEEE80211_STYPE_DEAUTH, 262 case IEEE80211_STYPE_DEAUTH: in accept_mfp()
|
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | decl.h | 51 BIT(IEEE80211_STYPE_DEAUTH >> 4) | \
|
D | util.c | 382 mgmt->frame_control = cpu_to_le16(IEEE80211_STYPE_DEAUTH); in mwifiex_host_mlme_disconnect()
|
D | cfg80211.c | 4746 BIT(IEEE80211_STYPE_DEAUTH >> 4) | in mwifiex_register_cfg80211()
|
/linux-6.12.1/net/mac80211/ |
D | main.c | 664 BIT(IEEE80211_STYPE_DEAUTH >> 4) | 692 BIT(IEEE80211_STYPE_DEAUTH >> 4) | 703 BIT(IEEE80211_STYPE_DEAUTH >> 4) | 718 BIT(IEEE80211_STYPE_DEAUTH >> 4) | 725 BIT(IEEE80211_STYPE_DEAUTH >> 4),
|
D | mlme.c | 4037 ieee80211_set_disassoc(sdata, IEEE80211_STYPE_DEAUTH, in __ieee80211_disconnect() 6968 ieee80211_set_disassoc(sdata, IEEE80211_STYPE_DEAUTH, in ieee80211_rx_mgmt_beacon() 7477 case IEEE80211_STYPE_DEAUTH: in ieee80211_sta_rx_queued_mgmt() 7575 ieee80211_set_disassoc(sdata, IEEE80211_STYPE_DEAUTH, reason, in ieee80211_sta_connection_lost() 7965 IEEE80211_STYPE_DEAUTH, in ieee80211_mgd_quiesce() 8528 ieee80211_set_disassoc(sdata, IEEE80211_STYPE_DEAUTH, in ieee80211_mgd_auth() 8828 ieee80211_set_disassoc(sdata, IEEE80211_STYPE_DEAUTH, in ieee80211_mgd_assoc() 9149 .subtype = IEEE80211_STYPE_DEAUTH, in ieee80211_mgd_deauth() 9162 IEEE80211_STYPE_DEAUTH, in ieee80211_mgd_deauth() 9183 IEEE80211_STYPE_DEAUTH, in ieee80211_mgd_deauth() [all …]
|
D | ibss.c | 1253 IEEE80211_STYPE_DEAUTH, in ieee80211_ibss_sta_expire() 1612 case IEEE80211_STYPE_DEAUTH: in ieee80211_ibss_rx_queued_mgmt()
|
D | rx.c | 4019 case cpu_to_le16(IEEE80211_STYPE_DEAUTH): in ieee80211_rx_h_mgmt()
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | init.c | 158 IEEE80211_STYPE_DEAUTH); in wl1271_ap_init_deauth_template()
|
/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 164 BIT(IEEE80211_STYPE_DEAUTH >> 4) | 175 BIT(IEEE80211_STYPE_DEAUTH >> 4) | 190 BIT(IEEE80211_STYPE_DEAUTH >> 4) |
|
/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.c | 36 BIT(IEEE80211_STYPE_DEAUTH >> 4) | 47 BIT(IEEE80211_STYPE_DEAUTH >> 4)
|
/linux-6.12.1/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 1769 case IEEE80211_STYPE_DEAUTH: in rtllib_rx_frame_softmac() 2160 disauth->header.frame_control = cpu_to_le16(IEEE80211_STYPE_DEAUTH); in rtllib_disauth_skb()
|
/linux-6.12.1/include/linux/ |
D | ieee80211.h | 75 #define IEEE80211_STYPE_DEAUTH 0x00C0 macro 683 cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_DEAUTH); in ieee80211_is_deauth()
|
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 1716 case IEEE80211_STYPE_DEAUTH: in libipw_rx_mgt()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/ |
D | debug.c | 69 case cpu_to_le16(IEEE80211_STYPE_DEAUTH): in il_update_stats()
|
D | common.c | 5568 case cpu_to_le16(IEEE80211_STYPE_DEAUTH): in il_tx_cmd_protection()
|
/linux-6.12.1/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 292 BIT(IEEE80211_STYPE_DEAUTH >> 4) |
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 7355 BIT(IEEE80211_STYPE_DEAUTH >> 4) | 7370 BIT(IEEE80211_STYPE_DEAUTH >> 4) |
|
/linux-6.12.1/net/wireless/ |
D | nl80211.c | 7818 params.subtype != IEEE80211_STYPE_DEAUTH >> 4) in nl80211_del_station() 7822 params.subtype = IEEE80211_STYPE_DEAUTH >> 4; in nl80211_del_station()
|