Searched defs:hostapd_sta_flags_to_drv (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c24 u32 hostapd_sta_flags_to_drv(u32 flags) function
245 hostapd_sta_flags_to_drv(
251 hostapd_sta_flags_to_drv(sta->flags),
259 total_flags = hostapd_sta_flags_to_drv(sta->flags);
381 params.flags = hostapd_sta_flags_to_drv(flags);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c24 u32 hostapd_sta_flags_to_drv(u32 flags) function
245 hostapd_sta_flags_to_drv(
251 hostapd_sta_flags_to_drv(sta->flags),
259 total_flags = hostapd_sta_flags_to_drv(sta->flags);
381 params.flags = hostapd_sta_flags_to_drv(flags);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c24 u32 hostapd_sta_flags_to_drv(u32 flags) function
245 hostapd_sta_flags_to_drv(
251 hostapd_sta_flags_to_drv(sta->flags),
259 total_flags = hostapd_sta_flags_to_drv(sta->flags);
381 params.flags = hostapd_sta_flags_to_drv(flags);

Completed in 33 milliseconds