Skip to content

Commit 8f3f18a

Browse files
committed
Add flag to mark a peer authorized
Add param to mark a connected peer authorized once the peer is connected. Required in case of AP mode where authorized flag needs to be set for each client. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent 37da882 commit 8f3f18a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fw_if/umac_if/inc/system/fmac_structs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ struct peers_info {
326326
unsigned int pairwise_cipher;
327327
/** 802.11 power save token count. */
328328
int ps_token_count;
329+
/** Port authorized */
330+
bool authorized;
329331
};
330332

331333
/**

0 commit comments

Comments
 (0)