/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
cu_wext.c | 67 static S32 CuWext_FillBssidList(struct iw_event *iwe, OS_802_11_BSSID_EX* bssidList, S32 index) 70 switch(iwe->cmd) 73 os_memcpy(bssidList[index].MacAddress, iwe->u.ap_addr.sa_data, MAC_ADDR_LEN); 78 bssidList[index-1].Ssid.SsidLength = iwe->u.data.length; 79 os_memcpy(bssidList[index-1].Ssid.Ssid, iwe->u.data.pointer, bssidList[index-1].Ssid.SsidLength); 80 if(iwe->u.data.length != MAX_SSID_LEN) 95 os_memcpy(buffer, iwe->u.name, IFNAMSIZ); 103 if(iwe->u.mode == IW_MODE_ADHOC) 105 else if (iwe->u.mode == IW_MODE_INFRA) 107 else if (iwe->u.mode == IW_MODE_AUTO 320 struct iw_event iwe; local [all...] |
ipc_event.c | 307 struct iw_event iwe; local 321 ret = ParsEvent_GetEvent(&stream, &iwe); 326 switch (iwe.cmd) 329 if((iwe.u.ap_addr.sa_data[0] == 0) && 330 (iwe.u.ap_addr.sa_data[1] == 0) && 331 (iwe.u.ap_addr.sa_data[2] == 0) && 332 (iwe.u.ap_addr.sa_data[3] == 0) && 333 (iwe.u.ap_addr.sa_data[4] == 0) && 334 (iwe.u.ap_addr.sa_data[5] == 0)) 354 pEvent = (IPC_EV_DATA*)iwe.u.data.pointer [all...] |
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
CmdInterpretWext.c | 633 struct iw_event iwe; local 712 os_memorySet (pCmdInterpret->hOs, &iwe, 0, sizeof(iwe)); 713 iwe.cmd = SIOCGIWAP; 714 iwe.u.ap_addr.sa_family = ARPHRD_ETHER; 715 iwe.len = IW_EV_ADDR_LEN; 716 os_memoryCopy(pCmdInterpret->hOs, iwe.u.ap_addr.sa_data, &my_current->MacAddress, ETH_ALEN); 719 event = iwe_stream_add_event(event, end_buf, &iwe, IW_EV_ADDR_LEN); 721 event = iwe_stream_add_event(&info,event, end_buf, &iwe, IW_EV_ADDR_LEN); 725 iwe.cmd = SIOCGIWESSID [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
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_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_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_8/src/drivers/ |
driver_atheros.c | 1007 struct iw_event iwe_buf, *iwe = &iwe_buf; local 1018 iwe->cmd, iwe->len); 1019 if (iwe->len <= IW_EV_LCP_LEN) 1024 (iwe->cmd == IWEVMICHAELMICFAILURE || 1025 iwe->cmd == IWEVASSOCREQIE || 1026 iwe->cmd == IWEVCUSTOM)) { 1037 switch (iwe->cmd) { 1040 (u8 *) iwe->u.addr.sa_data); 1043 atheros_new_sta(drv, (u8 *) iwe->u.addr.sa_data) [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 | 937 struct iw_event iwe_buf, *iwe = &iwe_buf; local 948 iwe->cmd, iwe->len); 949 if (iwe->len <= IW_EV_LCP_LEN) 954 (iwe->cmd == IWEVMICHAELMICFAILURE || 955 iwe->cmd == IWEVCUSTOM)) { 966 switch (iwe->cmd) { 969 (u8 *) iwe->u.addr.sa_data); 972 madwifi_new_sta(drv, (u8 *) iwe->u.addr.sa_data); 975 if (custom + iwe->u.data.length > end [all...] |
driver_wext.c | 441 struct iw_event iwe_buf, *iwe = &iwe_buf; local 452 iwe->cmd, iwe->len); 453 if (iwe->len <= IW_EV_LCP_LEN) 458 (iwe->cmd == IWEVMICHAELMICFAILURE || 459 iwe->cmd == IWEVCUSTOM || 460 iwe->cmd == IWEVASSOCREQIE || 461 iwe->cmd == IWEVASSOCRESPIE || 462 iwe->cmd == IWEVPMKIDCAND)) { 473 switch (iwe->cmd) 1430 struct iw_event iwe_buf, *iwe = &iwe_buf; local [all...] |
/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...] |