Lines Matching refs:essid
653 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start()
654 iw_copy_mgmt_info_element(&this->keep_essid.el, &this->essid.el); in wl3501_mgmt_start()
673 if (!this->essid.el.len) in wl3501_mgmt_scan_confirm()
675 else if (this->essid.el.len == 3 && in wl3501_mgmt_scan_confirm()
676 !memcmp(this->essid.essid, "ANY", 3)) in wl3501_mgmt_scan_confirm()
678 else if (this->essid.el.len != sig.ssid.el.len) in wl3501_mgmt_scan_confirm()
680 else if (memcmp(this->essid.essid, sig.ssid.essid, in wl3501_mgmt_scan_confirm()
681 this->essid.el.len)) in wl3501_mgmt_scan_confirm()
1586 this->bss_set[i].ssid.essid); in wl3501_get_scan()
1622 &this->essid.el, in wl3501_set_essid()
1626 &this->essid.el, "ANY", 3); in wl3501_set_essid()
1639 wrqu->essid.flags = 1; in wl3501_get_essid()
1640 wrqu->essid.length = this->essid.el.len; in wl3501_get_essid()
1641 memcpy(extra, this->essid.essid, this->essid.el.len); in wl3501_get_essid()
1961 iw_set_mgmt_info_element(IW_MGMT_INFO_ELEMENT_SSID, &this->essid.el, in wl3501_config()