Searched defs:max_oper_chwidth (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | config_ssid.h | 564 int max_oper_chwidth; global() member
|
H A D | p2p_supplicant.c | 6409 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,int edmg,const struct p2p_channels * channels) wpas_p2p_init_go_params() argument 6821 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,int edmg,bool allow_6ghz) wpas_p2p_group_add() argument 6925 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,int edmg,const struct p2p_channels * channels,int connection_timeout,int force_scan,bool allow_6ghz) wpas_p2p_group_add_persistent() argument [all...] |
H A D | ctrl_iface.c | 6005 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; p2p_ctrl_connect() local 6686 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; p2p_ctrl_invite_persistent() local 6826 int max_oper_chwidth, chwidth = 0, freq2 = 0; p2p_ctrl_group_add() local [all...] |
/freebsd-src/contrib/wpa/src/p2p/ |
H A D | p2p.h | 104 u8 max_oper_chwidth; global() member
|