Searched refs:iwe (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_wext.c494 struct iw_event iwe_buf, *iwe = &iwe_buf; local
505 iwe->cmd, iwe->len);
506 if (iwe->len <= IW_EV_LCP_LEN)
511 (iwe->cmd == IWEVMICHAELMICFAILURE ||
512 iwe->cmd == IWEVCUSTOM ||
513 iwe->cmd == IWEVASSOCREQIE ||
514 iwe->cmd == IWEVASSOCRESPIE ||
515 iwe->cmd == IWEVPMKIDCAND)) {
526 switch (iwe
1325 wext_get_scan_mode(struct iw_event *iwe, struct wext_scan_data *res) argument
1335 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1351 wext_get_scan_freq(struct iw_event *iwe, struct wext_scan_data *res) argument
1392 wext_get_scan_qual(struct iw_event *iwe, struct wext_scan_data *res) argument
1401 wext_get_scan_encode(struct iw_event *iwe, struct wext_scan_data *res) argument
1409 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1438 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1464 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1607 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]
H A Ddriver_ralink.c524 struct iw_event iwe_buf, *iwe = &iwe_buf; local
541 iwe->cmd, iwe->len);
542 if (iwe->len <= IW_EV_LCP_LEN)
547 if (drv->we_version_compiled > 18 && iwe->cmd == IWEVCUSTOM) {
558 switch (iwe->cmd) {
560 if (custom + iwe->u.data.length > end)
562 buf = os_malloc(iwe->u.data.length + 1);
565 os_memcpy(buf, custom, iwe->u.data.length);
566 buf[iwe
[all...]
H A Ddriver_nl80211.c628 struct iw_event iwe_buf, *iwe = &iwe_buf; local
639 iwe->cmd, iwe->len);
640 if (iwe->len <= IW_EV_LCP_LEN)
645 (iwe->cmd == IWEVMICHAELMICFAILURE ||
646 iwe->cmd == IWEVCUSTOM ||
647 iwe->cmd == IWEVASSOCREQIE ||
648 iwe->cmd == IWEVASSOCRESPIE ||
649 iwe->cmd == IWEVPMKIDCAND)) {
660 switch (iwe
[all...]
/external/wpa_supplicant/
H A Ddriver_wext.c540 struct iw_event iwe_buf, *iwe = &iwe_buf; local
551 iwe->cmd, iwe->len);
552 if (iwe->len <= IW_EV_LCP_LEN)
557 (iwe->cmd == IWEVMICHAELMICFAILURE ||
558 iwe->cmd == IWEVCUSTOM ||
559 iwe->cmd == IWEVASSOCREQIE ||
560 iwe->cmd == IWEVASSOCRESPIE ||
561 iwe->cmd == IWEVPMKIDCAND)) {
572 switch (iwe
1248 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]

Completed in 88 milliseconds