Home
last modified time | relevance | path

Searched refs:beacon_vendor_index (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.c597 if (priv->beacon_vendor_index != MLAN_CUSTOM_IE_AUTO_IDX_MASK) in woal_clear_all_mgmt_ies()
603 priv->proberesp_p2p_index, priv->beacon_vendor_index); in woal_clear_all_mgmt_ies()
614 priv->beacon_vendor_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK; in woal_clear_all_mgmt_ies()
3834 t_u16 beacon_vendor_index = priv->beacon_vendor_index; in woal_cfg80211_mgmt_frame_ie() local
4011 beacon_ies_data->ie_index = beacon_vendor_index; in woal_cfg80211_mgmt_frame_ie()
4014 if (beacon_vendor_index == MLAN_CUSTOM_IE_AUTO_IDX_MASK) in woal_cfg80211_mgmt_frame_ie()
4026 if (beacon_vendor_index != MLAN_CUSTOM_IE_AUTO_IDX_MASK && in woal_cfg80211_mgmt_frame_ie()
4029 if (beacon_vendor_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
4035 beacon_ies_data->ie_index = beacon_vendor_index; in woal_cfg80211_mgmt_frame_ie()
4039 beacon_vendor_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK; in woal_cfg80211_mgmt_frame_ie()
[all …]
H A Dmoal_main.h1575 t_u16 beacon_vendor_index; member
H A Dmoal_main.c7594 priv->beacon_vendor_index = MLAN_CUSTOM_IE_AUTO_IDX_MASK;