Report offchannel RX frame frequency to hostapd
Not all code paths for management frame RX reporting delivered the correct frequency for offchannel RX cases. This is needed mainly for Public Action frame processing in some special cases where AP is operating, but an exchange is done on a non-operational channel. For example, DPP Initiator role may need to do this. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
7b498ecafb
commit
c5cc7a59ac
3 changed files with 12 additions and 3 deletions
|
@ -85,6 +85,7 @@ struct hostapd_rate_data {
|
|||
};
|
||||
|
||||
struct hostapd_frame_info {
|
||||
unsigned int freq;
|
||||
u32 channel;
|
||||
u32 datarate;
|
||||
int ssi_signal; /* dBm */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue