Searched refs:ht_op_mode (Results 1 – 3 of 3) sorted by relevance
72 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation()106 __func__, iface->ht_op_mode); in hostapd_ht_operation_update()108 if (!(iface->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT) in hostapd_ht_operation_update()110 iface->ht_op_mode |= in hostapd_ht_operation_update()113 } else if ((iface->ht_op_mode & in hostapd_ht_operation_update()116 iface->ht_op_mode &= in hostapd_ht_operation_update()121 if (!(iface->ht_op_mode & HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT) && in hostapd_ht_operation_update()123 iface->ht_op_mode |= HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT; in hostapd_ht_operation_update()125 } else if ((iface->ht_op_mode & in hostapd_ht_operation_update()128 iface->ht_op_mode &= in hostapd_ht_operation_update()[all …]
272 u16 ht_op_mode; member
757 params.ht_opmode = hapd->iface->ht_op_mode; in ieee802_11_set_beacon()