Lines Matching refs:el
174 struct iw_mgmt_info_element *el, in iw_set_mgmt_info_element() argument
177 el->id = id; in iw_set_mgmt_info_element()
178 el->len = len; in iw_set_mgmt_info_element()
179 memcpy(el->data, value, len); in iw_set_mgmt_info_element()
593 .el = { in wl3501_mgmt_join()
612 .el = { in wl3501_mgmt_start()
619 .el = { in wl3501_mgmt_start()
631 .el = { in wl3501_mgmt_start()
643 .el = { in wl3501_mgmt_start()
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()
678 else if (this->essid.el.len != sig.ssid.el.len) in wl3501_mgmt_scan_confirm()
681 this->essid.el.len)) in wl3501_mgmt_scan_confirm()
891 iw_copy_mgmt_info_element(&this->keep_essid.el, in wl3501_mgmt_join_confirm()
892 &this->bss_set[i].ssid.el); in wl3501_mgmt_join_confirm()
900 iw_copy_mgmt_info_element(&this->keep_essid.el, in wl3501_mgmt_join_confirm()
901 &this->bss_set[i].ssid.el); in wl3501_mgmt_join_confirm()
1582 iwe.u.data.length = this->bss_set[i].ssid.el.len; in wl3501_get_scan()
1622 &this->essid.el, in wl3501_set_essid()
1626 &this->essid.el, "ANY", 3); in wl3501_set_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()