OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pns
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/wlanctl/
wlanctl.c
199
struct ieee80211_node_sysctl *
pns
, *ns;
local in function:dump_nodes
253
pns
= &ns[i];
254
if (if_indextoname(
pns
->ns_ifindex, ifname) == NULL) {
258
if (cf->cf_p && (
pns
->ns_capinfo & IEEE80211_CAPINFO_PRIVACY))
260
printf("%s: mac %s ", ifname, ether_string(
pns
->ns_macaddr));
261
printf("bss %s\n", ether_string(
pns
->ns_bssid));
262
print_node_flags(
pns
->ns_flags);
265
printf("\tess <%.*s>\n",
pns
->ns_esslen,
pns
->ns_essid);
267
print_channel(
pns
->ns_chanidx, pns->ns_freq, pns->ns_chanflags)
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025