Searched refs:rnr (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_eht.py | 1889 rnr=False, debug=False): argument 1909 if rnr: 1947 def get_mld_devs(hapd_iface, count, prefix, rnr=False): argument 1951 rnr=rnr, debug=True) 1955 rnr=rnr, debug=True) 2005 def eht_parse_rnr(bss, rnr=False, exp_bssid=None): argument 2016 if not rnr: 2043 def eht_mld_cohosted_discovery(dev, apdev, params, rnr=False): argument 2051 prefix=params['prefix'], rnr=rnr) 2070 eht_parse_rnr(bss, rnr, hapds[2].own_addr()) [all …]
|
/hostap-latest/src/ap/ |
D | ap_config.h | 981 u8 rnr; member
|
D | ieee802_11.c | 7571 if (hapd->conf->rnr) in hostapd_eid_rnr_len() 7580 if (hapd->conf->rnr && hapd->iface->num_bss > 1 && in hostapd_eid_rnr_len() 7895 if (hapd->conf->rnr) in hostapd_eid_rnr() 7903 if (hapd->conf->rnr && hapd->iface->num_bss > 1 && in hostapd_eid_rnr() 8277 if (hapd->conf->rnr) in hostapd_eid_mbssid()
|
/hostap-latest/hostapd/ |
D | config_file.c | 5124 bss->rnr = atoi(pos); in hostapd_config_fill()
|