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

  /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...]
  /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 1411 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [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...]

Completed in 100 milliseconds