Searched refs:ecsa_ie (Results 1 – 1 of 1) sorted by relevance
393 IEEEtypes_ExtChanSwitchAnn_t *ecsa_ie = MNULL; in wlan_uap_cmd_sys_configure() local499 … ecsa_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()501 … ecsa_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()