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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c72 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
106 __func__, iface->ht_op_mode);
108 if (!(iface->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT)
110 iface->ht_op_mode |=
113 } else if ((iface->ht_op_mode &
116 iface->ht_op_mode &=
121 if (!(iface->ht_op_mode & HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT) &&
123 iface->ht_op_mode |= HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT;
125 } else if ((iface->ht_op_mode &
128 iface->ht_op_mode
[all...]
H A Dhostapd.h233 u16 ht_op_mode; member in struct:hostapd_iface
H A Dbeacon.c678 params.ht_opmode = hapd->iface->ht_op_mode;
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c72 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
106 __func__, iface->ht_op_mode);
108 if (!(iface->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT)
110 iface->ht_op_mode |=
113 } else if ((iface->ht_op_mode &
116 iface->ht_op_mode &=
121 if (!(iface->ht_op_mode & HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT) &&
123 iface->ht_op_mode |= HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT;
125 } else if ((iface->ht_op_mode &
128 iface->ht_op_mode
[all...]
H A Dhostapd.h233 u16 ht_op_mode; member in struct:hostapd_iface
H A Dbeacon.c678 params.ht_opmode = hapd->iface->ht_op_mode;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c72 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
106 __func__, iface->ht_op_mode);
108 if (!(iface->ht_op_mode & HT_INFO_OPERATION_MODE_NON_GF_DEVS_PRESENT)
110 iface->ht_op_mode |=
113 } else if ((iface->ht_op_mode &
116 iface->ht_op_mode &=
121 if (!(iface->ht_op_mode & HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT) &&
123 iface->ht_op_mode |= HT_INFO_OPERATION_MODE_NON_HT_STA_PRESENT;
125 } else if ((iface->ht_op_mode &
128 iface->ht_op_mode
[all...]
H A Dhostapd.h233 u16 ht_op_mode; member in struct:hostapd_iface
H A Dbeacon.c678 params.ht_opmode = hapd->iface->ht_op_mode;

Completed in 111 milliseconds