Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_uap_cmdevent.c393 IEEEtypes_ExtChanSwitchAnn_t *ecsa_ie = MNULL; in wlan_uap_cmd_sys_configure() local
499ecsa_ie = (IEEEtypes_ExtChanSwitchAnn_t *)tlv_chan_switch->ie_buf; in wlan_uap_cmd_sys_configure()
500 ecsa_ie->element_id = EXTEND_CHANNEL_SWITCH_ANN; in wlan_uap_cmd_sys_configure()
501ecsa_ie->len = sizeof(IEEEtypes_ExtChanSwitchAnn_t) - sizeof(IEEEtypes_Header_t); in wlan_uap_cmd_sys_configure()
502 ecsa_ie->chan_switch_mode = bss->param.chanswitch.chan_switch_mode; in wlan_uap_cmd_sys_configure()
503 ecsa_ie->chan_switch_count = bss->param.chanswitch.chan_switch_count; in wlan_uap_cmd_sys_configure()
504 ecsa_ie->new_channel_num = bss->param.chanswitch.new_channel_num; in wlan_uap_cmd_sys_configure()
505 ecsa_ie->new_oper_class = bss->param.chanswitch.new_oper_class; in wlan_uap_cmd_sys_configure()