Home
last modified time | relevance | path

Searched refs:mgmt_bitmap_index (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c3530 int mgmt_bitmap_index) in wifi_config_mgmt_ie() argument
3572 if (!ie_index_is_set(mgmt_bitmap_index)) in wifi_config_mgmt_ie()
3584 ie_ptr->ie_index = (t_u16)mgmt_bitmap_index; in wifi_config_mgmt_ie()
3588 clear_ie_index(mgmt_bitmap_index); in wifi_config_mgmt_ie()
3698 int wifi_clear_mgmt_ie(mlan_bss_type bss_type, IEEEtypes_ElementId_t index, int mgmt_bitmap_index) in wifi_clear_mgmt_ie() argument
3701 …turn wifi_config_mgmt_ie(bss_type, HostCmd_ACT_GEN_SET, index, NULL, &data_len, mgmt_bitmap_index); in wifi_clear_mgmt_ie()
3705 …type bss_type, t_u16 action, t_u16 mask, void *buffer, unsigned int *ie_len, int mgmt_bitmap_index) in wifi_config_mgmt_ie2() argument
3745 if (!ie_index_is_set(mgmt_bitmap_index)) in wifi_config_mgmt_ie2()
3757 ie_ptr->ie_index = (t_u16)mgmt_bitmap_index; in wifi_config_mgmt_ie2()
3761 clear_ie_index(mgmt_bitmap_index); in wifi_config_mgmt_ie2()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h574 int wifi_clear_mgmt_ie2(mlan_bss_type bss_type, int mgmt_bitmap_index);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h1255 int wifi_clear_mgmt_ie(mlan_bss_type bss_type, IEEEtypes_ElementId_t index, int mgmt_bitmap_index);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h4637 …lan_clear_mgmt_ie(enum wlan_bss_type bss_type, IEEEtypes_ElementId_t index, int mgmt_bitmap_index);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c11884 …wlan_clear_mgmt_ie(enum wlan_bss_type bss_type, IEEEtypes_ElementId_t index, int mgmt_bitmap_index) in wlan_clear_mgmt_ie() argument
11886 return wifi_clear_mgmt_ie((mlan_bss_type)bss_type, index, mgmt_bitmap_index); in wlan_clear_mgmt_ie()