Lines Matching refs:pbc
238 wl_validate_wps_ie(const char *wps_ie, s32 wps_ie_len, bool *pbc) in wl_validate_wps_ie() argument
300 *pbc = (HTON16(val) == DEV_PW_PUSHBUTTON) ? true : false; in wl_validate_wps_ie()
3767 bool pbc = 0; in wl_cfg80211_start_ap() local
3768 wl_validate_wps_ie((const char *) ies.wps_ie, ies.wps_ie_len, &pbc); in wl_cfg80211_start_ap()
3769 if (pbc) { in wl_cfg80211_start_ap()
4005 bool pbc = 0; in wl_cfg80211_change_beacon() local
4054 wl_validate_wps_ie((const char *) ies.wps_ie, ies.wps_ie_len, &pbc); in wl_cfg80211_change_beacon()
4055 WL_DBG((" WPS AP, wps_ie is exists pbc=%d\n", pbc)); in wl_cfg80211_change_beacon()
4056 if (pbc) in wl_cfg80211_change_beacon()
4081 bool pbc = 0; in wl_cfg80211_add_set_beacon() local
4232 wl_validate_wps_ie((char *) ies.wps_ie, ies.wps_ie_len, &pbc); in wl_cfg80211_add_set_beacon()
4233 if (pbc) in wl_cfg80211_add_set_beacon()