Home
last modified time | relevance | path

Searched refs:ht_op_mode (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dieee802_11_ht.c97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation()
154 __func__, iface->ht_op_mode); in hostapd_ht_operation_update()
158 iface->ht_op_mode |= HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT; in hostapd_ht_operation_update()
160 } else if ((iface->ht_op_mode & in hostapd_ht_operation_update()
163 iface->ht_op_mode &= ~HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT; in hostapd_ht_operation_update()
169 iface->ht_op_mode |= HT_OPER_OP_MODE_OBSS_NON_HT_STAS_PRESENT; in hostapd_ht_operation_update()
171 } else if ((iface->ht_op_mode & in hostapd_ht_operation_update()
187 cur_op_mode = iface->ht_op_mode & HT_OPER_OP_MODE_HT_PROT_MASK; in hostapd_ht_operation_update()
189 iface->ht_op_mode &= ~HT_OPER_OP_MODE_HT_PROT_MASK; in hostapd_ht_operation_update()
190 iface->ht_op_mode |= new_op_mode; in hostapd_ht_operation_update()
[all …]
H A Dhostapd.h523 u16 ht_op_mode; member
H A Dctrl_iface_ap.c683 iface->ht_op_mode); in hostapd_ctrl_iface_status()
H A Dbeacon.c1349 params->ht_opmode = hapd->iface->ht_op_mode; in ieee802_11_build_ap_params()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dmesh.c225 params->conf.ht_opmode = ifmsh->bss[0]->iface->ht_op_mode; in wpas_mesh_complete()