OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iwe
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/drivers/
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
927
struct iw_event iwe_buf, *
iwe
= &iwe_buf;
local
938
iwe
->cmd,
iwe
->len);
939
if (
iwe
->len <= IW_EV_LCP_LEN)
944
(
iwe
->cmd == IWEVMICHAELMICFAILURE ||
945
iwe
->cmd == IWEVCUSTOM)) {
956
switch (
iwe
->cmd) {
959
(u8 *)
iwe
->u.addr.sa_data);
962
madwifi_new_sta(drv, (u8 *)
iwe
->u.addr.sa_data);
965
if (custom +
iwe
->u.data.length > end
[
all
...]
driver_atheros.c
1486
struct iw_event
iwe
_buf, *
iwe
= &
iwe
_buf;
local
[
all
...]
driver_wext.c
423
struct iw_event iwe_buf, *
iwe
= &iwe_buf;
local
434
iwe
->cmd,
iwe
->len);
435
if (
iwe
->len <= IW_EV_LCP_LEN)
440
(
iwe
->cmd == IWEVMICHAELMICFAILURE ||
441
iwe
->cmd == IWEVCUSTOM ||
442
iwe
->cmd == IWEVASSOCREQIE ||
443
iwe
->cmd == IWEVASSOCRESPIE ||
444
iwe
->cmd == IWEVPMKIDCAND)) {
455
switch (
iwe
->cmd)
1419
struct iw_event
iwe
_buf, *
iwe
= &
iwe
_buf;
local
[
all
...]
Completed in 493 milliseconds