On Mon, 6 Aug 2018 15:46:30 -0400 Maty Vanhoef <Mathy.Vanhoef@xxxxxxxxxxxxxx> wrote: > +int get_sta_tx_parameters(struct wpa_state_machine *sm, int ap_max_chanwidth, > + int ap_seg1_idx, int *bandwidth, int *seg1_idx) > +{ > + struct sta_info *sta; > + > + sta = wpa_get_sta(sm->wpa_auth, sm->addr); > + if (sta == NULL) { > + wpa_auth_logger(sm->wpa_auth, sm->addr, LOGGER_INFO, "Failed to get " > + "STA info to validate received OCI in EAPOL-Key 2/4"); Found a typo: the debug output string here should not include " in EAPOL-Key 2/4". _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap