OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostapd_hw_get_freq
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
hw_features.h
26
int
hostapd_hw_get_freq
(struct hostapd_data *hapd, int chan);
53
static inline int
hostapd_hw_get_freq
(struct hostapd_data *hapd, int chan)
function
hw_features.c
292
pri_freq =
hostapd_hw_get_freq
(iface->bss[0], pri_chan);
360
pri_freq =
hostapd_hw_get_freq
(iface->bss[0], iface->conf->channel);
720
int
hostapd_hw_get_freq
(struct hostapd_data *hapd, int chan)
function
hostapd.c
724
iface->freq =
hostapd_hw_get_freq
(hapd, hapd->iconf->channel);
Completed in 96 milliseconds