HomeSort by relevance Sort by last modified time
    Searched refs:cell_capa (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/ap/
mbo_ap.c 99 sta->cell_capa = attr[2];
124 if (!sta->cell_capa)
127 ret = os_snprintf(pos, end - pos, "mbo_cell_capa=%u\n", sta->cell_capa);
177 sta->cell_capa = buf[0];
sta_info.h 198 u8 cell_capa; /* 0 = unknown (not an MBO STA); otherwise, member in struct:sta_info
drv_callbacks.c 359 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) &&
    [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 753 u8 cell_capa[7]; local
764 cell_capa[0] = WLAN_EID_VENDOR_SPECIFIC;
765 cell_capa[1] = 5; /* Length */
766 WPA_PUT_BE24(cell_capa + 2, OUI_WFA);
767 cell_capa[5] = MBO_ATTR_ID_CELL_DATA_CAPA;
768 cell_capa[6] = mbo_cell_capa;
770 wpas_mbo_send_wnm_notification(wpa_s, cell_capa, 7);

Completed in 93 milliseconds