HomeSort by: relevance | last modified time | path
    Searched defs:ml_control (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_eht.c 1081 u16 ml_control; local
1092 ml_control = le_to_host16(ml->ml_control);
1093 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) !=
1096 ml_control & MULTI_LINK_CONTROL_TYPE_MASK);
1103 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_LINK_ID) {
1108 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_BSS_PARAM_CH_COUNT) {
1114 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) {
1120 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA)
1123 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA
1162 u16 ml_control; local
    [all...]
beacon.c 1261 u16 ml_control; local
1272 ml_control = le_to_host16(ml->ml_control);
1273 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) !=
1292 if (ml_control & EHT_ML_PRES_BM_PROBE_REQ_AP_MLD_ID) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
events.c 3794 u16 ml_control; local
3810 ml_control = le_to_host16(ml->ml_control);
3812 if ((ml_control & control) != control) {
3814 ml_control);
3818 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) {
3823 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) {
3828 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) {
3834 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_AP_MLD_ID) {
3874 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO
    [all...]
ctrl_iface.c 5199 u16 ml_control; local
5216 ml_control = le_to_host16(ml->ml_control);
5221 ml_control, common_info_length);
5244 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_LINK_ID) {
5256 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_BSS_PARAM_CH_COUNT) {
5269 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) {
5282 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) {
5295 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) {
5308 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_AP_MLD_ID)
    [all...]
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_defs.h 2852 le16 ml_control; member in struct:ieee80211_eht_ml

Completed in 49 milliseconds