Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dauthsrv.c117 first = hostapd_mld_get_first_bss(hapd); in hostapd_setup_radius_srv()
263 first = hostapd_mld_get_first_bss(hapd); in authsrv_init()
Dhostapd.h832 struct hostapd_data * hostapd_mld_get_first_bss(struct hostapd_data *hapd);
Dhostapd.c1442 h_hapd = hostapd_mld_get_first_bss(hapd); in hostapd_setup_bss()
1605 f_bss = hostapd_mld_get_first_bss(hapd); in hostapd_setup_bss()
4929 struct hostapd_data * hostapd_mld_get_first_bss(struct hostapd_data *hapd) in hostapd_mld_get_first_bss() function
Dieee802_1x.c2540 first = hostapd_mld_get_first_bss(hapd); in ieee802_1x_init()
/hostap-latest/hostapd/
Dmain.c172 h_hapd = hostapd_mld_get_first_bss(hapd); in hostapd_driver_init()