Home
last modified time | relevance | path

Searched refs:MAX_MGMT_IE_INDEX (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_cfg80211.c3324 if (beacon_wps_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3376 if (assocrep_qos_map_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3466 if (beacon_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3496 if (proberesp_p2p_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3541 if (proberesp_vendor_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3586 if (proberesp_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3615 if (assocresp_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3664 if (probereq_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
H A Dmlan_decl.h879 #define MAX_MGMT_IE_INDEX 16 macro
898 custom_ie_info info[MAX_MGMT_IE_INDEX];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_decl.h879 #define MAX_MGMT_IE_INDEX 16 macro
898 custom_ie_info info[MAX_MGMT_IE_INDEX];
H A Dmlan_misc.c125 MAX_MGMT_IE_INDEX)) { in wlan_custom_ioctl_get_autoidx()
161 MAX_MGMT_IE_INDEX); index++) { in wlan_custom_ioctl_get_autoidx()
229 index < MIN(pmadapter->max_mgmt_ie_index, MAX_MGMT_IE_INDEX); in wlan_custom_ioctl_auto_delete()
H A Dmlan_main.h1136 custom_ie mgmt_ie[MAX_MGMT_IE_INDEX];
H A Dmlan_cmdevt.c4526 pmadapter->max_mgmt_ie_index = MAX_MGMT_IE_INDEX;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.c3869 if (beacon_wps_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
3937 if (assocrep_qos_map_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
4029 if (beacon_vendor_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
4086 if (beacon_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
4118 if (proberesp_p2p_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
4173 if (proberesp_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
4211 if (assocresp_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
4275 if (probereq_index > MAX_MGMT_IE_INDEX) { in woal_cfg80211_mgmt_frame_ie()
H A Dmlan_decl.h1423 #define MAX_MGMT_IE_INDEX 26 macro
1442 custom_ie_info info[MAX_MGMT_IE_INDEX];
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_decl.h1423 #define MAX_MGMT_IE_INDEX 26 macro
1442 custom_ie_info info[MAX_MGMT_IE_INDEX];
H A Dmlan_misc.c136 MAX_MGMT_IE_INDEX)) { in wlan_custom_ioctl_get_autoidx()
173 MAX_MGMT_IE_INDEX); in wlan_custom_ioctl_get_autoidx()
241 index < MIN(pmadapter->max_mgmt_ie_index, MAX_MGMT_IE_INDEX); in wlan_custom_ioctl_auto_delete()
244 idx < MAX_MGMT_IE_INDEX) in wlan_custom_ioctl_auto_delete()
1451 index >= MAX_MGMT_IE_INDEX) { in wlan_misc_ioctl_custom_ie_list()
1488 index >= MAX_MGMT_IE_INDEX) { in wlan_misc_ioctl_custom_ie_list()
H A Dmlan_init.c550 for (i = 0; i < MAX_MGMT_IE_INDEX; i++) in wlan_init_priv()
H A Dmlan_main.h1242 custom_ie mgmt_ie[MAX_MGMT_IE_INDEX];
H A Dmlan_cmdevt.c5238 pmadapter->max_mgmt_ie_index > MAX_MGMT_IE_INDEX) in wlan_ret_get_hw_spec()
5239 pmadapter->max_mgmt_ie_index = MAX_MGMT_IE_INDEX; in wlan_ret_get_hw_spec()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c313 adapter->max_mgmt_ie_index = MAX_MGMT_IE_INDEX; in mwifiex_init_adapter()
H A Dfw.h2237 #define MAX_MGMT_IE_INDEX 16 macro
2241 struct mwifiex_ie ie_list[MAX_MGMT_IE_INDEX];
H A Dmain.c1332 sizeof(struct mwifiex_ie) * MAX_MGMT_IE_INDEX); in mwifiex_init_priv_params()
H A Dmain.h663 struct mwifiex_ie mgmt_ie[MAX_MGMT_IE_INDEX];