Searched refs:mgmt_frame_mask (Results 1 – 4 of 4) sorted by relevance
289 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()
1546 priv->mgmt_frame_mask = 0; in mwifiex_deauthenticate()1549 &priv->mgmt_frame_mask, false)) { in mwifiex_deauthenticate()
427 if (!priv->mgmt_frame_mask || in mwifiex_process_mgmt_packet()
656 u32 mgmt_frame_mask; member