Home
last modified time | relevance | path

Searched refs:mgmt_frame_mask (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c289 if (mask != priv->mgmt_frame_mask) { in mwifiex_cfg80211_update_mgmt_frame_registrations()
290 priv->mgmt_frame_mask = mask; in mwifiex_cfg80211_update_mgmt_frame_registrations()
292 priv->mgmt_frame_mask |= HOST_MLME_MGMT_MASK; in mwifiex_cfg80211_update_mgmt_frame_registrations()
295 &priv->mgmt_frame_mask, false); in mwifiex_cfg80211_update_mgmt_frame_registrations()
877 priv->mgmt_frame_mask = 0; in mwifiex_deinit_priv_params()
880 &priv->mgmt_frame_mask, false)) { in mwifiex_deinit_priv_params()
4309 priv->mgmt_frame_mask |= HOST_MLME_MGMT_MASK; in mwifiex_cfg80211_authenticate()
4312 &priv->mgmt_frame_mask, false); in mwifiex_cfg80211_authenticate()
Djoin.c1546 priv->mgmt_frame_mask = 0; in mwifiex_deauthenticate()
1549 &priv->mgmt_frame_mask, false)) { in mwifiex_deauthenticate()
Dutil.c427 if (!priv->mgmt_frame_mask || in mwifiex_process_mgmt_packet()
Dmain.h656 u32 mgmt_frame_mask; member