Lines Matching refs:el
173 struct iw_mgmt_info_element *el, in iw_set_mgmt_info_element() argument
176 el->id = id; in iw_set_mgmt_info_element()
177 el->len = len; in iw_set_mgmt_info_element()
178 memcpy(el->data, value, len); in iw_set_mgmt_info_element()
592 .el = { in wl3501_mgmt_join()
611 .el = { in wl3501_mgmt_start()
618 .el = { in wl3501_mgmt_start()
630 .el = { in wl3501_mgmt_start()
642 .el = { in wl3501_mgmt_start()
652 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start()
653 iw_copy_mgmt_info_element(&this->keep_essid.el, &this->essid.el); in wl3501_mgmt_start()
672 if (!this->essid.el.len) in wl3501_mgmt_scan_confirm()
674 else if (this->essid.el.len == 3 && in wl3501_mgmt_scan_confirm()
677 else if (this->essid.el.len != sig.ssid.el.len) in wl3501_mgmt_scan_confirm()
680 this->essid.el.len)) in wl3501_mgmt_scan_confirm()
890 iw_copy_mgmt_info_element(&this->keep_essid.el, in wl3501_mgmt_join_confirm()
891 &this->bss_set[i].ssid.el); in wl3501_mgmt_join_confirm()
899 iw_copy_mgmt_info_element(&this->keep_essid.el, in wl3501_mgmt_join_confirm()
900 &this->bss_set[i].ssid.el); in wl3501_mgmt_join_confirm()
1583 iwe.u.data.length = this->bss_set[i].ssid.el.len; in wl3501_get_scan()
1623 &this->essid.el, in wl3501_set_essid()
1627 &this->essid.el, "ANY", 3); in wl3501_set_essid()
1641 wrqu->essid.length = this->essid.el.len; in wl3501_get_essid()
1642 memcpy(extra, this->essid.essid, this->essid.el.len); in wl3501_get_essid()
1962 iw_set_mgmt_info_element(IW_MGMT_INFO_ELEMENT_SSID, &this->essid.el, in wl3501_config()