Lines Matching +full:1 +full:mhz

99 	if (hapd->iconf->secondary_channel == 1)  in hostapd_eid_ht_operation()
102 if (hapd->iconf->secondary_channel == -1) in hostapd_eid_ht_operation()
115 - all STAs in the BSS are 20/40 MHz HT in 20/40 MHz BSS or
116 - all STAs in the BSS are 20 MHz HT in 20 MHz BSS
117 Set to 1 (HT non-member protection) if there may be non-HT STAs
120 however and at least one 20 MHz HT STA is associated
186 return 1; in is_40_allowed()
198 return 1; /* not within affected channel range */ in is_40_allowed()
200 wpa_printf(MSG_ERROR, "40 MHz affected channel range: [%d,%d] MHz", in is_40_allowed()
213 int is_ht40_allowed = 1; in hostapd_2040_coex_action()
229 "Ignore 20/40 BSS Coexistence Management frame since 40 MHz capability is not enabled"); in hostapd_2040_coex_action()
242 bc_ie->length < 1) { in hostapd_2040_coex_action()
258 (bc_ie->coex_param & BIT(1)) ? "[40MHzIntolerant]" : "", in hostapd_2040_coex_action()
267 /* Intra-BSS communication prohibiting 20/40 MHz BSS operation in hostapd_2040_coex_action()
279 "20 MHz BSS width request bit is set in BSS coexistence information field"); in hostapd_2040_coex_action()
284 /* Inter-BSS communication prohibiting 20/40 MHz BSS operation in hostapd_2040_coex_action()
289 "40 MHz intolerant bit is set in BSS coexistence information field"); in hostapd_2040_coex_action()
295 data[0] == WLAN_EID_20_40_BSS_INTOLERANT && data[1] >= 1) { in hostapd_2040_coex_action()
296 u8 ielen = data[1]; in hostapd_2040_coex_action()
310 for (i = 0; i < ielen - 1; i++) { in hostapd_2040_coex_action()
336 "Switching to 20 MHz operation"); in hostapd_2040_coex_action()
393 wpa_printf(MSG_INFO, "HT: Forty MHz Intolerant is set by STA " MACSTR in ht40_intolerant_add()
399 sta->ht40_intolerant_set = 1; in ht40_intolerant_add()
425 "HT: Start 20->40 MHz transition timer (%d seconds)", in ht40_intolerant_remove()
443 sta->no_ht_gf_set = 1; in update_sta_ht()
453 sta->ht_20mhz_set = 1; in update_sta_ht()
456 wpa_printf(MSG_DEBUG, "%s STA " MACSTR " - 20 MHz HT, num of " in update_sta_ht()
457 "20MHz HT STAs %d", in update_sta_ht()
470 sta->no_ht_set = 1; in update_sta_no_ht()
530 wpa_printf(MSG_INFO, "Switching to 40 MHz operation"); in ap_ht2040_timeout()