Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.c27 u32 hostapd_sta_flags_to_drv(u32 flags) in hostapd_sta_flags_to_drv() function
302 hostapd_sta_flags_to_drv( in hostapd_set_authorized()
308 hostapd_sta_flags_to_drv(sta->flags), in hostapd_set_authorized()
316 total_flags = hostapd_sta_flags_to_drv(sta->flags); in hostapd_set_sta_flags()
500 params.flags = hostapd_sta_flags_to_drv(flags); in hostapd_sta_add()
Dap_drv_ops.h19 u32 hostapd_sta_flags_to_drv(u32 flags);
Dwpa_auth_glue.c613 flags = hostapd_sta_flags_to_drv(sta->flags); in hostapd_wpa_auth_send_eapol()
Dieee802_1x.c105 encrypt, hostapd_sta_flags_to_drv(sta->flags), link_id); in ieee802_1x_send()