Searched refs:oper_chwidth (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dneighbor_db.c144 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iconf); local
150 if ((!vht && !he) || oper_chwidth == CHANWIDTH_USE_HT)
152 if (oper_chwidth == CHANWIDTH_80MHZ)
154 if (oper_chwidth == CHANWIDTH_160MHZ)
156 if (oper_chwidth == CHANWIDTH_80P80MHZ)
H A Dap_drv_ops.c545 int sec_channel_offset, int oper_chwidth,
553 oper_chwidth,
796 int sec_channel_offset, int oper_chwidth,
815 oper_chwidth, center_segment0,
942 /* Note: VHT20 is defined by combination of ht_capab & oper_chwidth
947 u8 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf); local
949 if (oper_chwidth == CHANWIDTH_80MHZ)
951 else if (oper_chwidth == CHANWIDTH_160MHZ ||
952 oper_chwidth == CHANWIDTH_80P80MHZ)
542 hostapd_set_freq(struct hostapd_data *hapd, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) argument
792 hostapd_start_dfs_cac(struct hostapd_iface *iface, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1) argument
H A Dap_config.h1024 hostapd_set_oper_chwidth(struct hostapd_config *conf, u8 oper_chwidth) argument
1028 conf->he_oper_chwidth = oper_chwidth;
1030 conf->vht_oper_chwidth = oper_chwidth;
H A Dap_drv_ops.h66 int he_enabled, int sec_channel_offset, int oper_chwidth,
130 int sec_channel_offset, int oper_chwidth,
/freebsd-11-stable/contrib/wpa/src/common/
H A Dhw_features_common.h37 int oper_chwidth, int center_segment0,
H A Dhw_features_common.c366 int oper_chwidth, int center_segment0,
384 if (data->vht_enabled) switch (oper_chwidth) {
405 if ((oper_chwidth == CHANWIDTH_80MHZ &&
407 (oper_chwidth == CHANWIDTH_80P80MHZ &&
361 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps, struct he_capabilities *he_cap) argument

Completed in 82 milliseconds