Home
last modified time | relevance | path

Searched refs:ap_max_chanwidth (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
HDieee802_11_shared.c938 int get_tx_parameters(struct sta_info *sta, int ap_max_chanwidth, in get_tx_parameters() argument
993 *bandwidth = requested_bw < ap_max_chanwidth ? in get_tx_parameters()
994 requested_bw : ap_max_chanwidth; in get_tx_parameters()
HDwpa_auth.h276 int ap_max_chanwidth, int ap_seg1_idx,
465 int get_sta_tx_parameters(struct wpa_state_machine *sm, int ap_max_chanwidth,
HDieee802_11.h191 int get_tx_parameters(struct sta_info *sta, int ap_max_chanwidth,
HDwpa_auth_glue.c843 int ap_max_chanwidth, int ap_seg1_idx, in hostapd_get_sta_tx_params() argument
856 return get_tx_parameters(sta, ap_max_chanwidth, ap_seg1_idx, bandwidth, in hostapd_get_sta_tx_params()
HDwpa_auth.c2793 int get_sta_tx_parameters(struct wpa_state_machine *sm, int ap_max_chanwidth, in get_sta_tx_parameters() argument
2801 ap_max_chanwidth, ap_seg1_idx, in get_sta_tx_parameters()