/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 327 struct iw_event iwe_buf, *iwe = &iwe_buf; local 338 iwe->cmd, iwe->len); 339 if (iwe->len <= IW_EV_LCP_LEN) { 345 (iwe->cmd == IWEVMICHAELMICFAILURE || 346 iwe->cmd == IWEVCUSTOM || 347 iwe->cmd == IWEVASSOCREQIE || 348 iwe->cmd == IWEVASSOCRESPIE || 349 iwe->cmd == IWEVPMKIDCAND)) { 360 switch (iwe->cmd) [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 435 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->cmd) 1439 struct iw_event iwe_buf, *iwe = &iwe_buf; local [all...] |
driver_hostap.c | 821 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->u.data.length) [all...] |
driver_madwifi.c | 931 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->u.data.length > end [all...] |
driver_atheros.c | 1409 struct iw_event iwe_buf, *iwe = &iwe_buf; local [all...] |