Linux Kernel
3.7.1
|
#include <hostap_common.h>
Data Fields | |
u32 | cmd |
u8 | sta_addr [ETH_ALEN] |
union { | |
struct { | |
u16 aid | |
u16 capability | |
u8 tx_supp_rates | |
} add_sta | |
struct { | |
u32 inactive_sec | |
} get_info_sta | |
struct { | |
u8 alg [HOSTAP_CRYPT_ALG_NAME_LEN] | |
u32 flags | |
u32 err | |
u8 idx | |
u8 seq [8] | |
u16 key_len | |
u8 key [0] | |
} crypt | |
struct { | |
u32 flags_and | |
u32 flags_or | |
} set_flags_sta | |
struct { | |
u16 rid | |
u16 len | |
u8 data [0] | |
} rid | |
struct { | |
u8 len | |
u8 data [0] | |
} generic_elem | |
struct { | |
u16 cmd | |
u16 reason_code | |
} mlme | |
struct { | |
u8 ssid_len | |
u8 ssid [32] | |
} scan_req | |
} | u |
Definition at line 359 of file hostap_common.h.
struct { ... } add_sta |
u16 aid |
Definition at line 364 of file hostap_common.h.
Definition at line 372 of file hostap_common.h.
u16 capability |
Definition at line 365 of file hostap_common.h.
Definition at line 360 of file hostap_common.h.
Definition at line 396 of file hostap_common.h.
struct { ... } crypt |
Definition at line 387 of file hostap_common.h.
u32 err |
Definition at line 374 of file hostap_common.h.
u32 flags |
Definition at line 373 of file hostap_common.h.
u32 flags_and |
Definition at line 381 of file hostap_common.h.
u32 flags_or |
Definition at line 382 of file hostap_common.h.
struct { ... } generic_elem |
struct { ... } get_info_sta |
u8 idx |
Definition at line 375 of file hostap_common.h.
u32 inactive_sec |
Definition at line 369 of file hostap_common.h.
u8 key[0] |
Definition at line 378 of file hostap_common.h.
u16 key_len |
Definition at line 377 of file hostap_common.h.
u16 len |
Definition at line 386 of file hostap_common.h.
u8 len |
Definition at line 390 of file hostap_common.h.
struct { ... } mlme |
u16 reason_code |
Definition at line 397 of file hostap_common.h.
u16 rid |
Definition at line 385 of file hostap_common.h.
struct { ... } rid |
struct { ... } scan_req |
u8 seq[8] |
Definition at line 376 of file hostap_common.h.
struct { ... } set_flags_sta |
u8 ssid[32] |
Definition at line 401 of file hostap_common.h.
u8 ssid_len |
Definition at line 400 of file hostap_common.h.
Definition at line 361 of file hostap_common.h.
u8 tx_supp_rates |
Definition at line 366 of file hostap_common.h.
union { ... } u |