Searched refs:WPA_CAPABILITY_SPP_REQUIRED (Results 1 – 5 of 5) sorted by relevance
230 capab |= WPA_CAPABILITY_SPP_REQUIRED; in wpa_write_rsn_ie()546 if (data.capabilities & WPA_CAPABILITY_SPP_REQUIRED) { in wpa_validate_wpa_ie()
227 capab |= WPA_CAPABILITY_SPP_REQUIRED; in wpa_gen_wpa_ie_rsn()
2177 …sm->spp_sup.require = ((spp_attrubute & WPA_CAPABILITY_SPP_REQUIRED) ? SPP_AMSDU_REQ_ENABLE : SPP_… in wpa_sm_init()
129 #define WPA_CAPABILITY_SPP_REQUIRED BIT(11) macro
143 …auth_conf->spp_sup.require = ((spp_attrubute & WPA_CAPABILITY_SPP_REQUIRED) ? SPP_AMSDU_REQ_ENABLE… in hostap_init()