Lines Matching refs:essid
641 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start()
642 iw_copy_mgmt_info_element(&this->keep_essid.el, &this->essid.el); in wl3501_mgmt_start()
661 if (!this->essid.el.len) in wl3501_mgmt_scan_confirm()
663 else if (this->essid.el.len == 3 && in wl3501_mgmt_scan_confirm()
664 !memcmp(this->essid.essid, "ANY", 3)) in wl3501_mgmt_scan_confirm()
666 else if (this->essid.el.len != sig.ssid.el.len) in wl3501_mgmt_scan_confirm()
668 else if (memcmp(this->essid.essid, sig.ssid.essid, in wl3501_mgmt_scan_confirm()
669 this->essid.el.len)) in wl3501_mgmt_scan_confirm()
1577 this->bss_set[i].ssid.essid); in wl3501_get_scan()
1613 &this->essid.el, in wl3501_set_essid()
1617 &this->essid.el, "ANY", 3); in wl3501_set_essid()
1630 wrqu->essid.flags = 1; in wl3501_get_essid()
1631 wrqu->essid.length = this->essid.el.len; in wl3501_get_essid()
1632 memcpy(extra, this->essid.essid, this->essid.el.len); in wl3501_get_essid()
1953 iw_set_mgmt_info_element(IW_MGMT_INFO_ELEMENT_SSID, &this->essid.el, in wl3501_config()