HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_MSG_SCAN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net80211/
ieee80211_var.h 374 #define IEEE80211_MSG_SCAN 0x00200000 /* scanning */
421 #define ieee80211_msg_scan(_ic) \ macro
422 ((_ic)->ic_debug & IEEE80211_MSG_SCAN)
ieee80211_node.c 280 if (ieee80211_msg_scan(ic)) {
306 IEEE80211_DPRINTF(ic, IEEE80211_MSG_SCAN,
353 IEEE80211_DPRINTF(ic, IEEE80211_MSG_SCAN,
426 IEEE80211_DPRINTF(ic, IEEE80211_MSG_SCAN,
569 if (ieee80211_msg_scan(ic)) {
661 IEEE80211_DPRINTF(ic, IEEE80211_MSG_SCAN, "%s: end %s scan\n",
746 IEEE80211_DPRINTF(ic, IEEE80211_MSG_SCAN,
783 IEEE80211_DPRINTF(ic, IEEE80211_MSG_SCAN, "\t%s\n",
1316 if (ieee80211_msg_scan(ic) && (ic->ic_flags & IEEE80211_F_SCAN))
ieee80211_netbsd.c 650 IEEE80211_DPRINTF(ic, IEEE80211_MSG_SCAN,

Completed in 14 milliseconds