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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_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,
H A Dieee802_11.h191 int get_tx_parameters(struct sta_info *sta, int ap_max_chanwidth,
H A Dieee802_11_shared.c938 int get_tx_parameters(struct sta_info *sta, int ap_max_chanwidth, argument
993 *bandwidth = requested_bw < ap_max_chanwidth ?
994 requested_bw : ap_max_chanwidth;
H A Dwpa_auth_glue.c843 int ap_max_chanwidth, int ap_seg1_idx,
856 return get_tx_parameters(sta, ap_max_chanwidth, ap_seg1_idx, bandwidth,
842 hostapd_get_sta_tx_params(void *ctx, const u8 *addr, int ap_max_chanwidth, int ap_seg1_idx, int *bandwidth, int *seg1_idx) argument
H A Dwpa_auth.c2793 int get_sta_tx_parameters(struct wpa_state_machine *sm, int ap_max_chanwidth, argument
2801 ap_max_chanwidth, ap_seg1_idx,

Completed in 179 milliseconds