Searched refs:IEEE80211_FEXT_WPS (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_var.h670 #define IEEE80211_FEXT_WPS 0x00000010 /* CONF: WPS enabled */ macro
H A Dieee80211_ioctl.c1091 ireq->i_val = (vap->iv_flags_ext & IEEE80211_FEXT_WPS) != 0;
3361 vap->iv_flags_ext |= IEEE80211_FEXT_WPS;
3363 vap->iv_flags_ext &= ~IEEE80211_FEXT_WPS;
H A Dieee80211_hostap.c1547 if (vap->iv_flags_ext & IEEE80211_FEXT_WPS) {

Completed in 51 milliseconds