Home
last modified time | relevance | path

Searched refs:this_rsn (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/net/80211/
Dwpa.c646 u8 *this_rsn, *this_rsn_end; in wpa_handle_3_of_4() local
662 this_rsn = sec80211_find_rsn ( ( union ieee80211_ie * ) pkt->data, in wpa_handle_3_of_4()
665 if ( this_rsn ) in wpa_handle_3_of_4()
673 if ( ! ctx->ap_rsn_ie || ! this_rsn || in wpa_handle_3_of_4()
674 ctx->ap_rsn_ie_len != ( this_rsn_end - this_rsn ) || in wpa_handle_3_of_4()
676 memcmp ( ctx->ap_rsn_ie, this_rsn, ctx->ap_rsn_ie_len ) != 0 ) { in wpa_handle_3_of_4()
679 DBGC2_HD ( ctx, this_rsn, this_rsn_end - this_rsn ); in wpa_handle_3_of_4()
694 DBGC2_HD ( ctx, this_rsn, this_rsn_end - this_rsn ); in wpa_handle_3_of_4()
704 new_rsn = this_rsn; in wpa_handle_3_of_4()