Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c584 this->bss_cnt = this->join_sta_bss = 0; in wl3501_mgmt_scan()
705 this->join_sta_bss = 0; in wl3501_mgmt_scan_confirm()
709 this->join_sta_bss = i; in wl3501_mgmt_scan_confirm()
710 if (this->join_sta_bss == this->bss_cnt) { in wl3501_mgmt_scan_confirm()
889 if (this->join_sta_bss < this->bss_cnt) { in wl3501_mgmt_join_confirm()
890 const int i = this->join_sta_bss; in wl3501_mgmt_join_confirm()
899 const int i = this->join_sta_bss; in wl3501_mgmt_join_confirm()
909 this->join_sta_bss++; in wl3501_mgmt_join_confirm()
913 this->join_sta_bss = i; in wl3501_mgmt_join_confirm()
914 if (this->join_sta_bss == this->bss_cnt) { in wl3501_mgmt_join_confirm()
[all …]
H A Dwl3501.h603 u16 join_sta_bss; member