Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
879 priv->mgmt_frame_mask = 0; in mwifiex_deinit_priv_params()
882 &priv->mgmt_frame_mask, false)) { in mwifiex_deinit_priv_params()
4306 priv->mgmt_frame_mask |= HOST_MLME_MGMT_MASK; in mwifiex_cfg80211_authenticate()
4309 &priv->mgmt_frame_mask, false); in mwifiex_cfg80211_authenticate()
H A Djoin.c1539 priv->mgmt_frame_mask = 0; in mwifiex_deauthenticate()
1542 &priv->mgmt_frame_mask, false)) { in mwifiex_deauthenticate()
H A Dutil.c409 if (!priv->mgmt_frame_mask || in mwifiex_process_mgmt_packet()
H A Dmain.h653 u32 mgmt_frame_mask; member