Home
last modified time | relevance | path

Searched refs:ss_priv (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_scan_sw.c602 ss_priv->ss_iflags |= iflags; in scan_signal_locked()
603 if (ss_priv->ss_iflags & ISCAN_RUNNING) { in scan_signal_locked()
634 (ss_priv->ss_iflags & ISCAN_ABORT)) { in scan_start()
674 ss_priv->ss_scanend = ticks + ss_priv->ss_duration; in scan_start()
708 ss_priv->ss_iflags &= ~ISCAN_RUNNING; in scan_curchan_task()
712 ss_priv->ss_iflags |= ISCAN_RUNNING; in scan_curchan_task()
720 maxdwell = ss_priv->ss_scanend - ticks; in scan_curchan_task()
767 ss_priv->ss_iflags &= ~ISCAN_REP; in scan_curchan_task()
791 if (ss_priv->ss_iflags & ISCAN_ABORT) { in scan_end()
830 ss_priv->ss_iflags &= ~ISCAN_REP; in scan_end()
[all …]
H A Dieee80211_scan_sta.c177 ss->ss_priv = st; in sta_attach()
188 struct sta_table *st = ss->ss_priv; in sta_detach()
207 struct sta_table *st = ss->ss_priv; in sta_flush()
248 struct sta_table *st = ss->ss_priv; in sta_add()
715 struct sta_table *st = ss->ss_priv; in sta_start()
737 struct sta_table *st = ss->ss_priv; in sta_restart()
1195 struct sta_table *st = ss->ss_priv; in select_bss()
1222 struct sta_table *st = ss->ss_priv; in sta_pick_bss()
1303 struct sta_table *st = ss->ss_priv; in sta_roam_check()
1407 struct sta_table *st = ss->ss_priv; in sta_iterate()
[all …]
/dragonfly/sys/netproto/802_11/
H A Dieee80211_scan.h128 void *ss_priv; /* scanner private state */ member