Searched defs:iwe (Results 1 - 15 of 15) sorted by path

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
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...]
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_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
1340 wext_get_scan_mode(struct iw_event *iwe, struct wext_scan_data *res) argument
1350 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1366 wext_get_scan_freq(struct iw_event *iwe, struct wext_scan_data *res) argument
1407 wext_get_scan_qual(struct iw_event *iwe, struct wext_scan_data *res) argument
1416 wext_get_scan_encode(struct iw_event *iwe, struct wext_scan_data *res) argument
1424 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1453 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1479 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1622 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1411 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1422 iwe->cmd, iwe->len);
1423 if (iwe->len <= IW_EV_LCP_LEN)
1428 (iwe->cmd == IWEVMICHAELMICFAILURE ||
1429 iwe->cmd == IWEVASSOCREQIE ||
1430 iwe->cmd == IWEVCUSTOM)) {
1441 switch (iwe->cmd) {
1444 (u8 *) iwe->u.addr.sa_data);
1447 atheros_new_sta(drv, (u8 *) iwe
[all...]
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
832 iwe->cmd, iwe->len);
833 if (iwe->len <= IW_EV_LCP_LEN)
838 (iwe->cmd == IWEVMICHAELMICFAILURE ||
839 iwe->cmd == IWEVCUSTOM)) {
850 switch (iwe->cmd) {
852 if (custom + iwe->u.data.length > end)
854 buf = malloc(iwe->u.data.length + 1);
857 memcpy(buf, custom, iwe
[all...]
H A Ddriver_madwifi.c931 struct iw_event iwe_buf, *iwe = &iwe_buf; local
942 iwe->cmd, iwe->len);
943 if (iwe->len <= IW_EV_LCP_LEN)
948 (iwe->cmd == IWEVMICHAELMICFAILURE ||
949 iwe->cmd == IWEVCUSTOM)) {
960 switch (iwe->cmd) {
963 (u8 *) iwe->u.addr.sa_data);
966 madwifi_new_sta(drv, (u8 *) iwe->u.addr.sa_data);
969 if (custom + iwe
[all...]
H A Ddriver_wext.c435 struct iw_event iwe_buf, *iwe = &iwe_buf; local
446 iwe->cmd, iwe->len);
447 if (iwe->len <= IW_EV_LCP_LEN)
452 (iwe->cmd == IWEVMICHAELMICFAILURE ||
453 iwe->cmd == IWEVCUSTOM ||
454 iwe->cmd == IWEVASSOCREQIE ||
455 iwe->cmd == IWEVASSOCRESPIE ||
456 iwe->cmd == IWEVPMKIDCAND)) {
467 switch (iwe
1135 wext_get_scan_mode(struct iw_event *iwe, struct wext_scan_data *res) argument
1145 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1161 wext_get_scan_freq(struct iw_event *iwe, struct wext_scan_data *res) argument
1202 wext_get_scan_qual(struct wpa_driver_wext_data *drv, struct iw_event *iwe, struct wext_scan_data *res) argument
1228 wext_get_scan_encode(struct iw_event *iwe, struct wext_scan_data *res) argument
1236 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1265 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1291 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1439 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1411 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1422 iwe->cmd, iwe->len);
1423 if (iwe->len <= IW_EV_LCP_LEN)
1428 (iwe->cmd == IWEVMICHAELMICFAILURE ||
1429 iwe->cmd == IWEVASSOCREQIE ||
1430 iwe->cmd == IWEVCUSTOM)) {
1441 switch (iwe->cmd) {
1444 (u8 *) iwe->u.addr.sa_data);
1447 atheros_new_sta(drv, (u8 *) iwe
[all...]
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
832 iwe->cmd, iwe->len);
833 if (iwe->len <= IW_EV_LCP_LEN)
838 (iwe->cmd == IWEVMICHAELMICFAILURE ||
839 iwe->cmd == IWEVCUSTOM)) {
850 switch (iwe->cmd) {
852 if (custom + iwe->u.data.length > end)
854 buf = malloc(iwe->u.data.length + 1);
857 memcpy(buf, custom, iwe
[all...]
H A Ddriver_madwifi.c931 struct iw_event iwe_buf, *iwe = &iwe_buf; local
942 iwe->cmd, iwe->len);
943 if (iwe->len <= IW_EV_LCP_LEN)
948 (iwe->cmd == IWEVMICHAELMICFAILURE ||
949 iwe->cmd == IWEVCUSTOM)) {
960 switch (iwe->cmd) {
963 (u8 *) iwe->u.addr.sa_data);
966 madwifi_new_sta(drv, (u8 *) iwe->u.addr.sa_data);
969 if (custom + iwe
[all...]
H A Ddriver_wext.c435 struct iw_event iwe_buf, *iwe = &iwe_buf; local
446 iwe->cmd, iwe->len);
447 if (iwe->len <= IW_EV_LCP_LEN)
452 (iwe->cmd == IWEVMICHAELMICFAILURE ||
453 iwe->cmd == IWEVCUSTOM ||
454 iwe->cmd == IWEVASSOCREQIE ||
455 iwe->cmd == IWEVASSOCRESPIE ||
456 iwe->cmd == IWEVPMKIDCAND)) {
467 switch (iwe
1135 wext_get_scan_mode(struct iw_event *iwe, struct wext_scan_data *res) argument
1145 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1161 wext_get_scan_freq(struct iw_event *iwe, struct wext_scan_data *res) argument
1202 wext_get_scan_qual(struct wpa_driver_wext_data *drv, struct iw_event *iwe, struct wext_scan_data *res) argument
1228 wext_get_scan_encode(struct iw_event *iwe, struct wext_scan_data *res) argument
1236 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1265 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1291 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1439 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1411 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1422 iwe->cmd, iwe->len);
1423 if (iwe->len <= IW_EV_LCP_LEN)
1428 (iwe->cmd == IWEVMICHAELMICFAILURE ||
1429 iwe->cmd == IWEVASSOCREQIE ||
1430 iwe->cmd == IWEVCUSTOM)) {
1441 switch (iwe->cmd) {
1444 (u8 *) iwe->u.addr.sa_data);
1447 atheros_new_sta(drv, (u8 *) iwe
[all...]
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
832 iwe->cmd, iwe->len);
833 if (iwe->len <= IW_EV_LCP_LEN)
838 (iwe->cmd == IWEVMICHAELMICFAILURE ||
839 iwe->cmd == IWEVCUSTOM)) {
850 switch (iwe->cmd) {
852 if (custom + iwe->u.data.length > end)
854 buf = malloc(iwe->u.data.length + 1);
857 memcpy(buf, custom, iwe
[all...]
H A Ddriver_madwifi.c931 struct iw_event iwe_buf, *iwe = &iwe_buf; local
942 iwe->cmd, iwe->len);
943 if (iwe->len <= IW_EV_LCP_LEN)
948 (iwe->cmd == IWEVMICHAELMICFAILURE ||
949 iwe->cmd == IWEVCUSTOM)) {
960 switch (iwe->cmd) {
963 (u8 *) iwe->u.addr.sa_data);
966 madwifi_new_sta(drv, (u8 *) iwe->u.addr.sa_data);
969 if (custom + iwe
[all...]
H A Ddriver_wext.c435 struct iw_event iwe_buf, *iwe = &iwe_buf; local
446 iwe->cmd, iwe->len);
447 if (iwe->len <= IW_EV_LCP_LEN)
452 (iwe->cmd == IWEVMICHAELMICFAILURE ||
453 iwe->cmd == IWEVCUSTOM ||
454 iwe->cmd == IWEVASSOCREQIE ||
455 iwe->cmd == IWEVASSOCRESPIE ||
456 iwe->cmd == IWEVPMKIDCAND)) {
467 switch (iwe
1135 wext_get_scan_mode(struct iw_event *iwe, struct wext_scan_data *res) argument
1145 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1161 wext_get_scan_freq(struct iw_event *iwe, struct wext_scan_data *res) argument
1202 wext_get_scan_qual(struct wpa_driver_wext_data *drv, struct iw_event *iwe, struct wext_scan_data *res) argument
1228 wext_get_scan_encode(struct iw_event *iwe, struct wext_scan_data *res) argument
1236 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1265 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1291 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1439 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]

Completed in 275 milliseconds