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()
594 .el = { in wl3501_mgmt_join()
613 .el = { in wl3501_mgmt_start()
620 .el = { in wl3501_mgmt_start()
632 .el = { in wl3501_mgmt_start()
644 .el = { in wl3501_mgmt_start()
654 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start()
655 iw_copy_mgmt_info_element(&this->keep_essid.el, &this->essid.el); in wl3501_mgmt_start()
674 if (!this->essid.el.len) in wl3501_mgmt_scan_confirm()
676 else if (this->essid.el.len == 3 && in wl3501_mgmt_scan_confirm()
679 else if (this->essid.el.len != sig.req.ssid.el.len) in wl3501_mgmt_scan_confirm()
682 this->essid.el.len)) in wl3501_mgmt_scan_confirm()
894 iw_copy_mgmt_info_element(&this->keep_essid.el, in wl3501_mgmt_join_confirm()
895 &this->bss_set[i].req.ssid.el); in wl3501_mgmt_join_confirm()
903 iw_copy_mgmt_info_element(&this->keep_essid.el, in wl3501_mgmt_join_confirm()
904 &this->bss_set[i].req.ssid.el); in wl3501_mgmt_join_confirm()
1584 iwe.u.data.length = this->bss_set[i].req.ssid.el.len; in wl3501_get_scan()
1624 &this->essid.el, in wl3501_set_essid()
1628 &this->essid.el, "ANY", 3); in wl3501_set_essid()
1642 wrqu->essid.length = this->essid.el.len; in wl3501_get_essid()
1643 memcpy(extra, this->essid.essid, this->essid.el.len); in wl3501_get_essid()
1968 iw_set_mgmt_info_element(IW_MGMT_INFO_ELEMENT_SSID, &this->essid.el, in wl3501_config()