OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:head_len
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
beacon.c
494
size_t
head_len
= 0, tail_len = 0;
local
565
head_len
= pos - (u8 *) head;
628
params.
head_len
=
head_len
;
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c
888
const size_t
head_len
= 6; /* probeReqIe head: dd xx 00 50 f2 04 */
local
893
pos = (u8*)ies +
head_len
; /* Find the WSC mode in probe_req_ie by password_id */
904
pos = (u8*)ies +
head_len
;
905
min_len = ies_len -
head_len
;
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver.h
548
*
head_len
- Length of the head buffer in octets
550
size_t
head_len
;
member in struct:wpa_driver_ap_params
[
all
...]
Completed in 619 milliseconds