OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:add_sta_cmd
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_iwm.c
5405
struct iwm_add_sta_cmd
add_sta_cmd
;
local
5411
memset(&
add_sta_cmd
, 0, sizeof(
add_sta_cmd
));
5414
add_sta_cmd
.sta_id = IWM_MONITOR_STA_ID;
5416
add_sta_cmd
.sta_id = IWM_STATION_ID;
5419
add_sta_cmd
.station_type = IWM_STA_GENERAL_PURPOSE;
5421
add_sta_cmd
.station_type = IWM_STA_LINK;
5423
add_sta_cmd
.mac_id_n_color
5427
IEEE80211_ADDR_COPY(&
add_sta_cmd
.addr, etheranyaddr);
5444
IEEE80211_ADDR_COPY(&
add_sta_cmd
.addr
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026