common: Add PASN parsing to ieee802_11_parse_extension()
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
46bfc3a849
commit
6709b4ceb8
2 changed files with 6 additions and 0 deletions
|
@ -303,6 +303,10 @@ static int ieee802_11_parse_extension(const u8 *pos, size_t elen,
|
|||
break;
|
||||
elems->he_6ghz_band_cap = pos;
|
||||
break;
|
||||
case WLAN_EID_EXT_PASN_PARAMS:
|
||||
elems->pasn_params = pos;
|
||||
elems->pasn_params_len = elen;
|
||||
break;
|
||||
default:
|
||||
if (show_errors) {
|
||||
wpa_printf(MSG_MSGDUMP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue