Home
last modified time | relevance | path

Searched refs:ap_operation_chan_width (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c4148 enum chan_width ap_operation_chan_width, in get_sta_operation_chan_width() argument
4151 if (ap_operation_chan_width == CHAN_WIDTH_320 && in get_sta_operation_chan_width()
4155 if (ap_operation_chan_width == CHAN_WIDTH_160 || in get_sta_operation_chan_width()
4156 ap_operation_chan_width == CHAN_WIDTH_320) in get_sta_operation_chan_width()
4160 if (ap_operation_chan_width == CHAN_WIDTH_80P80) in get_sta_operation_chan_width()
4164 if (ap_operation_chan_width == CHAN_WIDTH_40) in get_sta_operation_chan_width()
4168 return ap_operation_chan_width; in get_sta_operation_chan_width()
H A Dieee802_11_common.h431 enum chan_width ap_operation_chan_width,
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c3555 enum chan_width ap_operation_chan_width; in wpas_parse_connection_info() local
3602 ap_operation_chan_width = get_operation_channel_width(&resp_elems); in wpas_parse_connection_info()
3606 get_sta_operation_chan_width(ap_operation_chan_width, in wpas_parse_connection_info()
3610 ap_operation_chan_width == CHAN_WIDTH_40 ? in wpas_parse_connection_info()
4145 enum chan_width ap_operation_chan_width = in wpa_supplicant_event_associnfo() local
4156 ap_operation_chan_width = in wpa_supplicant_event_associnfo()
4162 ap_operation_chan_width, false); in wpa_supplicant_event_associnfo()