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()
596 .el = { in wl3501_mgmt_join()
615 .el = { in wl3501_mgmt_start()
622 .el = { in wl3501_mgmt_start()
634 .el = { in wl3501_mgmt_start()
646 .el = { in wl3501_mgmt_start()
656 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start()
657 iw_copy_mgmt_info_element(&this->keep_essid.el, &this->essid.el); in wl3501_mgmt_start()
676 if (!this->essid.el.len) in wl3501_mgmt_scan_confirm()
678 else if (this->essid.el.len == 3 && in wl3501_mgmt_scan_confirm()
681 else if (this->essid.el.len != sig.req.ssid.el.len) in wl3501_mgmt_scan_confirm()
684 this->essid.el.len)) in wl3501_mgmt_scan_confirm()
896 iw_copy_mgmt_info_element(&this->keep_essid.el, in wl3501_mgmt_join_confirm()
897 &this->bss_set[i].req.ssid.el); in wl3501_mgmt_join_confirm()
905 iw_copy_mgmt_info_element(&this->keep_essid.el, in wl3501_mgmt_join_confirm()
906 &this->bss_set[i].req.ssid.el); in wl3501_mgmt_join_confirm()
1586 iwe.u.data.length = this->bss_set[i].req.ssid.el.len; in wl3501_get_scan()
1626 &this->essid.el, in wl3501_set_essid()
1630 &this->essid.el, "ANY", 3); in wl3501_set_essid()
1644 wrqu->essid.length = this->essid.el.len; in wl3501_get_essid()
1645 memcpy(extra, this->essid.essid, this->essid.el.len); in wl3501_get_essid()
1965 iw_set_mgmt_info_element(IW_MGMT_INFO_ELEMENT_SSID, &this->essid.el, in wl3501_config()