Home
last modified time | relevance | path

Searched refs:sec_channel_offset (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c431 int channel, int ht_enabled, int sec_channel_offset) in hostapd_set_freq() argument
443 data.sec_channel_offset = sec_channel_offset; in hostapd_set_freq()
Dap_drv_ops.h58 int channel, int ht_enabled, int sec_channel_offset);
/external/wpa_supplicant_8/src/drivers/
Ddriver.h859 int sec_channel_offset; /* 0 = HT40 disabled, -1 = HT40 enabled, member
Ddriver_nl80211.c5426 int sec_channel_offset) in wpa_driver_nl80211_set_freq() argument
5434 freq, ht_enabled, sec_channel_offset); in wpa_driver_nl80211_set_freq()
5444 switch (sec_channel_offset) { in wpa_driver_nl80211_set_freq()
7052 freq->sec_channel_offset); in i802_set_freq()