Searched refs:ss_ops (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.c137 if (ss->ss_ops != NULL) {
138 ss->ss_ops->scan_detach(ss);
139 ss->ss_ops = NULL;
193 if (ss->ss_ops != NULL) {
194 ss->ss_ops->scan_detach(ss);
195 ss->ss_ops = NULL;
260 * ensure later callbacks find ss_ops set to properly
273 if (ss->ss_vap != vap || ss->ss_ops != scan) {
286 if (ss->ss_ops != scan) {
292 * are identical then it's ok to just change ss_ops
[all...]
H A Dieee80211_scan.h94 const struct ieee80211_scanner *ss_ops; /* policy hookup, see below */ member in struct:ieee80211_scan_state

Completed in 43 milliseconds