Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_output.c2667 + (has_challenge && status == IEEE80211_STATUS_SUCCESS ? in ieee80211_send_mgmt()
2679 if (has_challenge && status == IEEE80211_STATUS_SUCCESS) { in ieee80211_send_mgmt()
2697 if (status == IEEE80211_STATUS_SUCCESS) in ieee80211_send_mgmt()
2908 if (arg == IEEE80211_STATUS_SUCCESS) { in ieee80211_send_mgmt()
H A Dieee80211.h1301 IEEE80211_STATUS_SUCCESS = 0, enumerator
H A Dieee80211_ioctl.c1323 reason == IEEE80211_STATUS_SUCCESS ? "ACCEPT" : "REJECT", in mlmedebug()
1329 } else if (reason == IEEE80211_STATUS_SUCCESS) { in mlmedebug()
1501 if (reason == IEEE80211_STATUS_SUCCESS) { in setmlme_common()
H A Dieee80211_ht.c2358 if (status == IEEE80211_STATUS_SUCCESS) { in ieee80211_addba_response()
2447 args[1] = IEEE80211_STATUS_SUCCESS; in ht_recv_action_ba_addba_request()
H A Dieee80211_sta.c194 case IEEE80211_STATUS_SUCCESS: /* NB: MLME assoc */ in sta_authretry()
H A Dieee80211_node.c2819 IEEE80211_SEND_MGMT(ni, resp, IEEE80211_STATUS_SUCCESS); in ieee80211_node_join()