OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
444
(
iwe
->cmd == IWEVMICHAELMICFAILURE ||
445
iwe
->cmd == IWEVCUSTOM ||
446
iwe
->cmd == IWEVASSOCREQIE ||
447
iwe
->cmd == IWEVASSOCRESPIE ||
448
iwe
->cmd == IWEVPMKIDCAND)) {
459
switch (
iwe
->cmd)
1512
struct iw_event
iwe
_buf, *
iwe
= &
iwe
_buf;
local
[
all
...]
driver_hostap.c
826
struct iw_event iwe_buf, *
iwe
= &iwe_buf;
local
837
iwe
->cmd,
iwe
->len);
838
if (
iwe
->len <= IW_EV_LCP_LEN)
843
(
iwe
->cmd == IWEVMICHAELMICFAILURE ||
844
iwe
->cmd == IWEVCUSTOM)) {
855
switch (
iwe
->cmd) {
857
if (custom +
iwe
->u.data.length > end)
859
buf = malloc(
iwe
->u.data.length + 1);
862
memcpy(buf, custom,
iwe
->u.data.length)
[
all
...]
driver_atheros.c
1380
struct iw_event
iwe
_buf, *
iwe
= &
iwe
_buf;
local
[
all
...]
Completed in 72 milliseconds