HomeSort by relevance Sort by last modified time
    Searched refs:iwe (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 444 struct iw_event iwe_buf, *iwe = &iwe_buf; local
455 iwe->cmd, iwe->len);
456 if (iwe->len <= IW_EV_LCP_LEN)
461 (iwe->cmd == IWEVMICHAELMICFAILURE ||
462 iwe->cmd == IWEVCUSTOM ||
463 iwe->cmd == IWEVASSOCREQIE ||
464 iwe->cmd == IWEVASSOCRESPIE ||
465 iwe->cmd == IWEVPMKIDCAND)) {
476 switch (iwe->cmd)
1432 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
driver_ralink.c 555 struct iw_event iwe_buf, *iwe = &iwe_buf; local
572 iwe->cmd, iwe->len);
573 if (iwe->len <= IW_EV_LCP_LEN)
578 if (drv->we_version_compiled > 18 && iwe->cmd == IWEVCUSTOM) {
589 switch (iwe->cmd) {
591 if (custom + iwe->u.data.length > end)
593 buf = os_malloc(iwe->u.data.length + 1);
596 os_memcpy(buf, custom, iwe->u.data.length);
597 buf[iwe->u.data.length] = '\0'
    [all...]
driver_atheros.c 990 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1001 iwe->cmd, iwe->len);
1002 if (iwe->len <= IW_EV_LCP_LEN)
1007 (iwe->cmd == IWEVMICHAELMICFAILURE ||
1008 iwe->cmd == IWEVASSOCREQIE ||
1009 iwe->cmd == IWEVCUSTOM)) {
1020 switch (iwe->cmd) {
1023 (u8 *) iwe->u.addr.sa_data);
1026 atheros_new_sta(drv, (u8 *) iwe->u.addr.sa_data)
    [all...]
driver_madwifi.c 919 struct iw_event iwe_buf, *iwe = &iwe_buf; local
930 iwe->cmd, iwe->len);
931 if (iwe->len <= IW_EV_LCP_LEN)
936 (iwe->cmd == IWEVMICHAELMICFAILURE ||
937 iwe->cmd == IWEVCUSTOM)) {
948 switch (iwe->cmd) {
951 (u8 *) iwe->u.addr.sa_data);
954 madwifi_new_sta(drv, (u8 *) iwe->u.addr.sa_data);
957 if (custom + iwe->u.data.length > end
    [all...]
driver_hostap.c 830 struct iw_event iwe_buf, *iwe = &iwe_buf; local
841 iwe->cmd, iwe->len);
842 if (iwe->len <= IW_EV_LCP_LEN)
847 (iwe->cmd == IWEVMICHAELMICFAILURE ||
848 iwe->cmd == IWEVCUSTOM)) {
859 switch (iwe->cmd) {
861 if (custom + iwe->u.data.length > end)
863 buf = malloc(iwe->u.data.length + 1);
866 memcpy(buf, custom, iwe->u.data.length)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 494 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->cmd)
1622 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
driver_ralink.c 524 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->u.data.length] = '\0'
    [all...]
driver_nl80211.c 628 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->cmd)
    [all...]
  /external/wpa_supplicant/
driver_wext.c 540 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->cmd)
1248 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]

Completed in 191 milliseconds