Searched refs:ht_op_mode (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
131 __func__, iface->ht_op_mode);
133 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT)
135 iface->ht_op_mode |= HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT;
137 } else if ((iface->ht_op_mode &
140 iface->ht_op_mode &= ~HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT;
144 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_OBSS_NON_HT_STAS_PRESENT) &&
146 iface->ht_op_mode |= HT_OPER_OP_MODE_OBSS_NON_HT_STAS_PRESENT;
148 } else if ((iface->ht_op_mode &
151 iface->ht_op_mode
[all...]
H A Dhostapd.h344 u16 ht_op_mode; member in struct:hostapd_iface
H A Dctrl_iface_ap.c411 "ht_op_mode=0x%x\n",
424 iface->ht_op_mode);
H A Dbeacon.c925 params->ht_opmode = hapd->iface->ht_op_mode;
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
131 __func__, iface->ht_op_mode);
133 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT)
135 iface->ht_op_mode |= HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT;
137 } else if ((iface->ht_op_mode &
140 iface->ht_op_mode &= ~HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT;
144 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_OBSS_NON_HT_STAS_PRESENT) &&
146 iface->ht_op_mode |= HT_OPER_OP_MODE_OBSS_NON_HT_STAS_PRESENT;
148 } else if ((iface->ht_op_mode &
151 iface->ht_op_mode
[all...]
H A Dhostapd.h344 u16 ht_op_mode; member in struct:hostapd_iface
H A Dctrl_iface_ap.c411 "ht_op_mode=0x%x\n",
424 iface->ht_op_mode);
H A Dbeacon.c925 params->ht_opmode = hapd->iface->ht_op_mode;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
131 __func__, iface->ht_op_mode);
133 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT)
135 iface->ht_op_mode |= HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT;
137 } else if ((iface->ht_op_mode &
140 iface->ht_op_mode &= ~HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT;
144 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_OBSS_NON_HT_STAS_PRESENT) &&
146 iface->ht_op_mode |= HT_OPER_OP_MODE_OBSS_NON_HT_STAS_PRESENT;
148 } else if ((iface->ht_op_mode &
151 iface->ht_op_mode
[all...]
H A Dhostapd.h344 u16 ht_op_mode; member in struct:hostapd_iface
H A Dctrl_iface_ap.c411 "ht_op_mode=0x%x\n",
424 iface->ht_op_mode);
H A Dbeacon.c925 params->ht_opmode = hapd->iface->ht_op_mode;

Completed in 1896 milliseconds