Home
last modified time | relevance | path

Searched refs:IEEE80211_STATUS_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_output.c2399 + (has_challenge && status == IEEE80211_STATUS_SUCCESS ?
2411 if (has_challenge && status == IEEE80211_STATUS_SUCCESS) {
2429 if (status == IEEE80211_STATUS_SUCCESS)
2626 if (arg == IEEE80211_STATUS_SUCCESS) {
H A Dieee80211_ioctl.c1309 reason == IEEE80211_STATUS_SUCCESS ? "ACCEPT" : "REJECT", in mlmedebug()
1315 } else if (reason == IEEE80211_STATUS_SUCCESS) { in mlmedebug()
1487 if (reason == IEEE80211_STATUS_SUCCESS) { in setmlme_common()
H A Dieee80211_ht.c1892 if (status == IEEE80211_STATUS_SUCCESS) { in ieee80211_addba_response()
1974 args[1] = IEEE80211_STATUS_SUCCESS; in ht_recv_action_ba_addba_request()
H A Dieee80211_sta.c192 case IEEE80211_STATUS_SUCCESS: /* NB: MLME assoc */ in sta_authretry()
H A Dieee80211_node.c2589 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_SUCCESS); in ieee80211_node_join()
/dflybsd-src/sys/netproto/802_11/
H A Dieee80211.h1236 IEEE80211_STATUS_SUCCESS = 0, enumerator
/dflybsd-src/tools/tools/net80211/wlanstats/
H A Dwlanstats.c591 [IEEE80211_STATUS_SUCCESS] = "success", in setstatus()
/dflybsd-src/sys/dev/netif/iwn/
H A Dif_iwn.c7457 if (code == IEEE80211_STATUS_SUCCESS) {