OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ap_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
ap_list.h
14
struct
ap_info
{
struct
18
struct
ap_info
*next; /* next entry in AP list */
19
struct
ap_info
*prev; /* previous entry in AP list */
20
struct
ap_info
*hnext; /* next entry in hash table list */
/src/external/bsd/wpa/dist/wpa_supplicant/
bss.c
1515
const struct ieee80211_neighbor_ap_info *
ap_info
,
1524
count = RNR_TBTT_INFO_COUNT_VAL(
ap_info
->tbtt_info_hdr) + 1;
1525
type =
ap_info
->tbtt_info_hdr & RNR_TBTT_INFO_HDR_TYPE_MSK;
1528
if (type == 0 &&
ap_info
->tbtt_info_len >= RNR_TBTT_INFO_MLD_LEN) {
1536
pos = (const u8 *)
ap_info
;
1538
pos += sizeof(*
ap_info
);
1543
if (end - pos <
ap_info
->tbtt_info_len)
1590
pos +=
ap_info
->tbtt_info_len;
1744
const struct ieee80211_neighbor_ap_info *
ap_info
;
local
1749
while (sizeof(*
ap_info
) <= len)
[
all
...]
Completed in 19 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026