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()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()
1539 priv->mgmt_frame_mask = 0; in mwifiex_deauthenticate()1542 &priv->mgmt_frame_mask, false)) { in mwifiex_deauthenticate()
409 if (!priv->mgmt_frame_mask || in mwifiex_process_mgmt_packet()
653 u32 mgmt_frame_mask; member