OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:capinfo
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/net80211/
ieee80211_input.c
2536
u_int16_t
capinfo
, lintval;
local in function:ieee80211_recv_mgmt_assoc_req
2579
capinfo
= le16toh(*(u_int16_t *)frm); frm += 2;
2688
if ((
capinfo
& IEEE80211_CAPINFO_ESS) == 0) {
2692
reassoc ? "reassoc" : "assoc",
capinfo
);
2726
ni->ni_capinfo =
capinfo
;
2778
u_int16_t
capinfo
, associd;
local in function:ieee80211_recv_mgmt_assoc_resp
2802
capinfo
= le16toh(*(u_int16_t *)frm);
2858
ni->ni_capinfo =
capinfo
;
ieee80211_output.c
1417
u_int16_t
capinfo
;
local in function:ieee80211_send_mgmt
1456
+ sizeof(u_int16_t) /*
capinfo
*/
1478
/*
capinfo
*/
1480
capinfo
= IEEE80211_CAPINFO_IBSS;
1482
capinfo
= IEEE80211_CAPINFO_ESS;
1484
capinfo
|= IEEE80211_CAPINFO_PRIVACY;
1487
capinfo
|= IEEE80211_CAPINFO_SHORT_PREAMBLE;
1489
capinfo
|= IEEE80211_CAPINFO_SHORT_SLOTTIME;
1490
*(u_int16_t *)frm = htole16(
capinfo
);
1650
capinfo
= 0
1838
u_int16_t
capinfo
;
local in function:ieee80211_beacon_alloc
1981
u_int16_t
capinfo
;
local in function:ieee80211_beacon_update
[
all
...]
/src/sys/dev/pci/
if_iwi.c
1105
frm += 12; /* skip tstamp, bintval and
capinfo
fields */
2577
uint16_t
capinfo
;
local in function:iwi_auth_and_assoc
2683
capinfo
= IEEE80211_CAPINFO_IBSS;
2685
capinfo
= IEEE80211_CAPINFO_ESS;
2687
capinfo
|= IEEE80211_CAPINFO_PRIVACY;
2690
capinfo
|= IEEE80211_CAPINFO_SHORT_PREAMBLE;
2692
capinfo
|= IEEE80211_CAPINFO_SHORT_SLOTTIME;
2693
assoc.
capinfo
= htole16(
capinfo
);
2704
"auth %u
capinfo
0x%x lintval %u bintval %u\n"
[
all
...]
if_ipwreg.h
267
u_int16_t
capinfo
;
member in struct:ipw_wpa_ie
281
u_int16_t
capinfo
;
member in struct:ipw_node
if_iwireg.h
216
uint16_t
capinfo
;
member in struct:iwi_notif_association
397
uint16_t
capinfo
;
member in struct:iwi_associate
/src/sys/dev/ic/
atw.c
2312
uint32_t bcnt, bpli, cap0, cap1,
capinfo
;
local in function:atw_start_beacon
2339
capinfo
= 0;
2341
capinfo
|= IEEE80211_CAPINFO_SHORT_PREAMBLE;
2343
capinfo
|= IEEE80211_CAPINFO_PRIVACY;
2348
capinfo
|= IEEE80211_CAPINFO_IBSS;
2353
capinfo
|= IEEE80211_CAPINFO_ESS;
2369
cap1 |= __SHIFTIN(
capinfo
, ATW_CAP1_CAPI_MASK);
wi_ieee.h
371
int
capinfo
; /* Capability info. */
member in struct:wi_apinfo
/src/sys/dev/pcmcia/
if_malo_pcmciavar.h
110
uint16_t
capinfo
;
member in struct:malo_cmd_body_rsp_scan_set
190
uint16_t
capinfo
;
member in struct:malo_cmd_body_assoc
201
uint16_t
capinfo
;
member in struct:malo_cmd_body_rsp_assoc
356
uint16_t
capinfo
;
member in struct:malo_networks
/src/sys/dev/usb/
if_athn_usb.h
141
uint16_t
capinfo
;
member in struct:ar_htc_target_sta
Completed in 24 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025