Searched refs:ht40 (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_regdomain.c119 int ht40; local
122 ht40 = !!(ic->ic_htcaps & IEEE80211_HTCAP_CHWIDTH40);
132 nchans, def_chan_2ghz, nchan, bands, ht40);
138 bands, ht40);
141 bands, ht40);
144 bands, ht40);
H A Dieee80211.c1051 getflags_2ghz(const uint8_t bands[], uint32_t flags[], int ht40) argument
1062 if (ht40) {
1070 getflags_5ghz(const uint8_t bands[], uint32_t flags[], int ht40) argument
1079 if (ht40) {
1087 getflags(const uint8_t bands[], uint32_t flags[], int ht40) argument
1098 getflags_5ghz(bands, flags, ht40);
1100 getflags_2ghz(bands, flags, ht40);
1227 int ht40)
1231 getflags_2ghz(bands, flags, ht40);
1239 int maxchans, int *nchans, const uint8_t bands[], int ht40)
1225 ieee80211_add_channel_list_2ghz(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], int ht40) argument
1238 ieee80211_add_channels_default_2ghz(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t bands[], int ht40) argument
1249 ieee80211_add_channel_list_5ghz(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], int ht40) argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h39 int persistent_id, int pd, int ht40, int vht,
45 int freq, int vht_center_freq2, int ht40, int vht,
50 int vht_center_freq2, int ht40,
119 int vht_center_freq2, int ht40, int vht,
H A Dmesh.c331 if (ssid->ht40)
332 conf->secondary_channel = ssid->ht40;
342 conf->vht_oper_centr_freq_seg0_idx += ssid->ht40 * 2;
348 conf->vht_oper_centr_freq_seg0_idx += ssid->ht40 * 2;
461 ssid->ht40 = params->freq.sec_channel_offset;
H A Dconfig_ssid.h520 int ht40; member in struct:wpa_ssid
H A Dap.c189 "Enable HT support (p2p_group=%d 11a=%d ht40_hw_capab=%d ssid->ht40=%d)",
194 ssid->ht40);
201 ssid->ht40) {
214 conf->secondary_channel = ssid->ht40;
H A Dp2p_supplicant.c1919 ssid->ht40 = params->ht40;
2268 res->ht40 = 1;
2277 "freq=%d ht40=%d peer_dev=" MACSTR " peer_iface=" MACSTR
2279 res->role_go ? "GO" : "client", res->freq, res->ht40,
5478 * @ht40: Start GO with 40 MHz channel width
5492 int persistent_id, int pd, int ht40, int vht,
5534 wpa_s->p2p_go_ht40 = !!ht40;
5961 int freq, int vht_center_freq2, int ht40,
5973 params->ht40
5488 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, unsigned int vht_center_freq2, int persistent_id, int pd, int ht40, int vht, unsigned int vht_chwidth, int he, const u8 *group_ssid, size_t group_ssid_len) argument
5959 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels) argument
6330 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he) argument
6428 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels, int connection_timeout, int force_scan) argument
7057 wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr, struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq, int vht_center_freq2, int ht40, int vht, int max_chwidth, int pref_freq, int he) argument
[all...]
H A Dctrl_iface.c5629 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5645 * [ht40] [vht] [he] [auto] [ssid=<hexdump>] */
5674 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
5747 pd, ht40, vht, max_oper_chwidth, he,
6303 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6338 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
6354 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht,
6403 int ht40, in
6401 p2p_ctrl_group_add_persistent(struct wpa_supplicant *wpa_s, int id, int freq, int vht_center_freq2, int ht40, int vht, int vht_chwidth, int he) argument
6426 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; local
[all...]
H A Dwpa_supplicant.c2151 int i, chan_idx, ht40 = -1, res, obss_scan = 1; local
2251 ht40 = 1;
2259 if (sec_chan->chan == channel + ht40 * 4)
2270 if (ht40 == -1) {
2277 freq->sec_channel_offset = ht40;
H A Dconfig_file.c842 INT(ht40);
H A Dconfig.c2242 { INT_RANGE(ht40, -1, 1) },
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h98 int ht40; member in struct:p2p_go_neg_results

Completed in 313 milliseconds