Searched refs:set_flags (Results 1 – 1 of 1) sorted by relevance
315 int set_flags, total_flags, flags_and, flags_or; in hostapd_set_sta_flags() local317 set_flags = WPA_STA_SHORT_PREAMBLE | WPA_STA_WMM | WPA_STA_MFP | in hostapd_set_sta_flags()335 flags_or = total_flags & set_flags; in hostapd_set_sta_flags()336 flags_and = total_flags | ~set_flags; in hostapd_set_sta_flags()