Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.c2360 struct rtw_vif *rtwvif_ap; member
2368 struct rtw_vif *rtwvif_ap = iter_data->rtwvif_ap; in rtw_port_switch_iter() local
2375 rtwvif_ap->port, rtwvif_target->port); in rtw_port_switch_iter()
2380 reg1 = &rtwvif_ap->conf->net_type; in rtw_port_switch_iter()
2384 reg1 = &rtwvif_ap->conf->mac_addr; in rtw_port_switch_iter()
2388 reg1 = &rtwvif_ap->conf->bssid; in rtw_port_switch_iter()
2392 reg1 = &rtwvif_ap->conf->bcn_ctrl; in rtw_port_switch_iter()
2396 swap(rtwvif_target->port, rtwvif_ap->port); in rtw_port_switch_iter()
2397 swap(rtwvif_target->conf, rtwvif_ap->conf); in rtw_port_switch_iter()
2411 iter_data.rtwvif_ap = rtwvif; in rtw_core_port_switch()