Home
last modified time | relevance | path

Searched refs:set_flags (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/ap/
Dap_drv_ops.c315 int set_flags, total_flags, flags_and, flags_or; in hostapd_set_sta_flags() local
317 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()