OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_get_chan
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/common/
hw_features_common.h
21
int
hw_get_chan
(struct hostapd_hw_modes *mode, int freq);
hw_features_common.c
77
int
hw_get_chan
(struct hostapd_hw_modes *mode, int freq)
function
/external/wpa_supplicant_8/src/ap/
hw_features.c
938
channel =
hw_get_chan
(hapd->iface->current_mode, freq);
945
channel =
hw_get_chan
(mode, freq);
Completed in 54 milliseconds