Home
last modified time | relevance | path

Searched refs:beacon_index (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_cfg80211.c469 if (priv->beacon_index != MLAN_CUSTOM_IE_AUTO_IDX_MASK) in woal_clear_all_mgmt_ies()
481 priv->beacon_index, priv->probereq_index, in woal_clear_all_mgmt_ies()
488 priv->beacon_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK; in woal_clear_all_mgmt_ies()
2734 custom_ie *beacon_ies_data, t_u16 *beacon_index, in woal_cfg80211_custom_ie() argument
2813 *beacon_index = misc->param.cust_ie.ie_data_list[0].ie_index; in woal_cfg80211_custom_ie()
3282 t_u16 beacon_index = priv->beacon_index; in woal_cfg80211_mgmt_frame_ie() local
3448 beacon_ies_data->ie_index = beacon_index; in woal_cfg80211_mgmt_frame_ie()
3466 if (beacon_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3472 beacon_ies_data->ie_index = beacon_index; in woal_cfg80211_mgmt_frame_ie()
3476 beacon_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK; in woal_cfg80211_mgmt_frame_ie()
[all …]
H A Dmoal_main.h1260 t_u16 beacon_index; member
H A Dmoal_main.c5495 priv->beacon_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.c589 if (priv->beacon_index != MLAN_CUSTOM_IE_AUTO_IDX_MASK) in woal_clear_all_mgmt_ies()
601 priv->beacon_index, priv->probereq_index, in woal_clear_all_mgmt_ies()
610 priv->beacon_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK; in woal_clear_all_mgmt_ies()
3103 t_u16 *beacon_index, custom_ie *proberesp_ies_data, in woal_cfg80211_custom_ie() argument
3193 *beacon_index = misc->param.cust_ie.ie_data_list[0].ie_index; in woal_cfg80211_custom_ie()
3827 t_u16 beacon_index = priv->beacon_index; in woal_cfg80211_mgmt_frame_ie() local
4066 beacon_ies_data->ie_index = beacon_index; in woal_cfg80211_mgmt_frame_ie()
4086 if (beacon_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
4093 beacon_ies_data->ie_index = beacon_index; in woal_cfg80211_mgmt_frame_ie()
4097 beacon_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK; in woal_cfg80211_mgmt_frame_ie()
[all …]
H A Dmoal_main.h1559 t_u16 beacon_index; member
H A Dmoal_main.c7588 priv->beacon_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK;