Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c25 u32 hostapd_sta_flags_to_drv(u32 flags) in hostapd_sta_flags_to_drv() function
244 hostapd_sta_flags_to_drv( in hostapd_set_authorized()
250 hostapd_sta_flags_to_drv(sta->flags), in hostapd_set_authorized()
258 total_flags = hostapd_sta_flags_to_drv(sta->flags); in hostapd_set_sta_flags()
387 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.c351 flags = hostapd_sta_flags_to_drv(sta->flags); in hostapd_wpa_auth_send_eapol()
Dieee802_1x.c93 encrypt, hostapd_sta_flags_to_drv(sta->flags)); in ieee802_1x_send()