Skip to content
Snippets Groups Projects
Commit 02f8bcf5 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

steer_module.h: pass radio-id in struct steer_sta_target_bss

parent ca078afb
No related branches found
No related tags found
No related merge requests found
Pipeline #209717 passed
......@@ -426,6 +426,7 @@ void cntlr_update_sta_steer_data(struct controller *c, struct sta *s)
memcpy(t->bssid, p->bss->bssid, 6);
memcpy(t->agent, n->almacaddr, 6);
memcpy(t->ruid, r->radio_el->macaddr, 6);
t->opclass = opclass;
t->channel = ctrl_channel;
ss->num_nbr++;
......
......@@ -62,6 +62,7 @@ typedef enum steer_mode steer_mode_t;
/* Represent a fBSS neighbor in the network */
struct steer_sta_target_bss {
uint8_t bssid[6];
uint8_t ruid[6];
uint8_t opclass; /* operating opclass */
uint8_t channel; /* beacon channel (20MHz) */
uint8_t agent[6]; /* agent AL-macaddress this bss belongs to */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment