Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/80211/
Dnet80211.c1765 if ( status != IEEE80211_STATUS_SUCCESS ) { in net80211_step_associate()
1798 if ( status != IEEE80211_STATUS_SUCCESS ) in net80211_step_associate()
2255 if ( auth->status != IEEE80211_STATUS_SUCCESS ) { in net80211_handle_auth()
2288 IEEE80211_STATUS_SUCCESS ); in net80211_handle_auth()
2349 if ( assoc->status != IEEE80211_STATUS_SUCCESS ) { in net80211_handle_assoc_reply()
2362 IEEE80211_STATUS_SUCCESS ); in net80211_handle_assoc_reply()
/external/syslinux/gpxe/src/include/gpxe/
Dieee80211.h451 #define IEEE80211_STATUS_SUCCESS 0 macro