Searched refs:primary_channel (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.c | 2659 int primary_channel, in hostapd_encode_edmg_chan() 2691 if (primary_channel > 0 && primary_channel < 7) { in hostapd_encode_edmg_chan() 2692 edmg->channels = BIT(primary_channel - 1); in hostapd_encode_edmg_chan() 2658 hostapd_encode_edmg_chan(int edmg_enable, u8 edmg_channel, int primary_channel, struct ieee80211_edmg_config *edmg) hostapd_encode_edmg_chan() argument
|
H A D | ieee802_11_common.h | 386 int primary_channel,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ap.c | 977 u8 primary_channel; in wpa_supplicant_create_ap() local 979 if (ieee80211_freq_to_chan(ssid->frequency, &primary_channel) == in wpa_supplicant_create_ap() 987 primary_channel, ¶ms.freq.edmg); in wpa_supplicant_create_ap()
|
H A D | wpa_supplicant.c | 3648 u8 primary_channel) 3662 if (!(result.channels & BIT(primary_channel - 1))) { 3665 primary_channel, result.channels); 3712 u8 primary_channel; local 3717 hw_mode = ieee80211_freq_to_chan(freq->freq, &primary_channel); 3725 return get_edmg_intersection(mode->edmg, request_edmg, primary_channel); 4081 u8 primary_channel; local 4084 &primary_channel); 4090 primary_channel, 3646 get_edmg_intersection(struct ieee80211_edmg_config a, struct ieee80211_edmg_config b, u8 primary_channel) global() argument
|
Completed in 28 milliseconds