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

  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 427 struct iw_event iwe_buf, *iwe = &iwe_buf; local
438 iwe->cmd, iwe->len);
439 if (iwe->len <= IW_EV_LCP_LEN || iwe->len > end - pos)
444 (iwe->cmd == IWEVMICHAELMICFAILURE ||
445 iwe->cmd == IWEVCUSTOM ||
446 iwe->cmd == IWEVASSOCREQIE ||
447 iwe->cmd == IWEVASSOCRESPIE ||
448 iwe->cmd == IWEVPMKIDCAND))
1513 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
driver_hostap.c 819 struct iw_event iwe_buf, *iwe = &iwe_buf; local
830 iwe->cmd, iwe->len);
831 if (iwe->len <= IW_EV_LCP_LEN || iwe->len > end - pos)
836 (iwe->cmd == IWEVMICHAELMICFAILURE ||
837 iwe->cmd == IWEVCUSTOM)) {
848 switch (iwe->cmd) {
850 if (iwe->u.data.length > end - custom)
852 buf = malloc(iwe->u.data.length + 1)
    [all...]
driver_atheros.c 1392 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]

Completed in 56 milliseconds