| /hostap-latest/tests/hwsim/ |
| D | test_ap_vht.py | 72 opclass = int(sta['supp_op_classes'][0:2], 16) 73 if opclass != 128: 74 raise Exception("Unexpected Current Operating Class from STA: %d" % opclass) 324 opclass = int(sta['supp_op_classes'][0:2], 16) 325 if opclass != 115: 326 raise Exception("Unexpected Current Operating Class from STA: %d" % opclass) 356 opclass = int(sta['supp_op_classes'][0:2], 16) 357 if opclass != 116: 358 raise Exception("Unexpected Current Operating Class from STA: %d" % opclass) 453 opclass = int(sta['supp_op_classes'][0:2], 16) [all …]
|
| D | test_rrm.py | 777 …self.opclass, self.channel, self.start, self.duration, self.frame_info, self.rcpi, self.rsni = str… 808 …nfo={} rcpi={} rsni={} bssid={} antenna_id={} parent_tsf={}".format(self.opclass, self.channel, se… 818 def build_beacon_request(opclass=81, chan=0, rand_int=0, duration=0, mode=0, argument 820 req = struct.pack("<BBHHB", opclass, chan, rand_int, duration, mode) 1444 req = build_beacon_request(opclass=240, mode=2) 1457 if report.opclass != 128 or report.channel != 36: 1460 if report.opclass != 117 or report.channel != 48: 1498 if report.opclass != 81 or report.channel != 1: 1501 if report.opclass != 81 or report.channel != 11: 1621 if report.opclass != 81 or report.channel != 1: [all …]
|
| D | test_ap_ht.py | 66 opclass = int(sta['supp_op_classes'][0:2], 16) 67 if opclass != 84: 68 raise Exception("Unexpected Current Operating Class from STA: %d" % opclass) 892 opclass = int(sta['supp_op_classes'][0:2], 16) 893 if opclass != 81: 894 raise Exception("Unexpected Current Operating Class from STA: %d" % opclass) 1373 freq, opclass, use_op_class=False): argument 1381 params['op_class'] = str(opclass) 1399 if rx_opclass != opclass:
|
| D | test_eht.py | 1695 if report.bssid_str != hapd1.own_addr() or report.opclass != 81 or \
|
| /hostap-latest/src/common/ |
| D | hw_features_common.c | 524 int opclass; in hostapd_set_freq_params() local 534 opclass = center_segment0 == 2 ? 136 : 131; in hostapd_set_freq_params() 535 freq1 = ieee80211_chan_to_freq(NULL, opclass, in hostapd_set_freq_params()
|
| D | dpp.c | 212 int opclass = -1, channel, freq; in dpp_parse_uri_chan_list() local 219 opclass = atoi(pos); in dpp_parse_uri_chan_list() 222 if (opclass <= 0) in dpp_parse_uri_chan_list() 229 freq = ieee80211_chan_to_freq(NULL, opclass, channel); in dpp_parse_uri_chan_list() 232 opclass, channel, freq); in dpp_parse_uri_chan_list() 237 opclass, channel); in dpp_parse_uri_chan_list() 2468 int *opclass = NULL; in dpp_conf_req_rx() local 2482 int_array_add_unique(&opclass, token->number); in dpp_conf_req_rx() 2490 for (i = 0; opclass && opclass[i]; i++) { in dpp_conf_req_rx() 2492 pos == txt ? "" : ",", opclass[i]); in dpp_conf_req_rx() [all …]
|
| D | dpp_tcp.c | 1445 int i, res, *opclass = auth->e_band_support; in dpp_controller_rx_gas_req() local 1462 for (i = 0; opclass && opclass[i]; i++) { in dpp_controller_rx_gas_req() 1464 b_pos == band ? "" : ",", opclass[i]); in dpp_controller_rx_gas_req()
|
| /hostap-latest/src/ap/ |
| D | ieee802_11_eht.c | 46 static u8 ieee80211_eht_mcs_set_size(enum hostapd_hw_mode mode, u8 opclass, in ieee80211_eht_mcs_set_size() argument 81 band6 = is_6ghz_op_class(opclass); in ieee80211_eht_mcs_set_size() 361 u8 opclass, const u8 *he_cap, in ieee80211_invalid_eht_cap_size() argument 377 cap_len += ieee80211_eht_mcs_set_size(mode, opclass, -1, he_phy_cap, in ieee80211_invalid_eht_cap_size()
|
| /hostap-latest/wpa_supplicant/ |
| D | dpp_supplicant.c | 4251 int i, res, *opclass = auth->e_band_support; in wpas_dpp_gas_req_handler() local 4270 for (i = 0; opclass && opclass[i]; i++) { in wpas_dpp_gas_req_handler() 4272 pos == band ? "" : ",", opclass[i]); in wpas_dpp_gas_req_handler()
|
| D | p2p_supplicant.c | 9811 u8 chan, opclass; in wpas_p2p_move_go_csa() local 9816 &opclass, &chan) == in wpas_p2p_move_go_csa() 9825 NULL, opclass, in wpas_p2p_move_go_csa() 9830 NULL, opclass, in wpas_p2p_move_go_csa()
|