Searched refs:IEEE80211_FEXT_WPS (Results 1 – 3 of 3) sorted by relevance
542 #define IEEE80211_FEXT_WPS 0x00000010 /* CONF: WPS enabled */ macro
1071 ireq->i_val = (vap->iv_flags_ext & IEEE80211_FEXT_WPS) != 0; in ieee80211_ioctl_get80211()3138 vap->iv_flags_ext |= IEEE80211_FEXT_WPS; in ieee80211_ioctl_set80211()3140 vap->iv_flags_ext &= ~IEEE80211_FEXT_WPS; in ieee80211_ioctl_set80211()
1483 if (vap->iv_flags_ext & IEEE80211_FEXT_WPS) { in wpa_assocreq()