Lines Matching refs:connector
1149 if (conf->connector) { in hostapd_dpp_handle_config_obj()
1156 conf->connector); in hostapd_dpp_handle_config_obj()
1954 char *connector; in hostapd_dpp_send_peer_disc_resp() local
1957 connector = dpp_corrupt_connector_signature( in hostapd_dpp_send_peer_disc_resp()
1959 if (!connector) { in hostapd_dpp_send_peer_disc_resp()
1964 wpabuf_put_le16(msg, os_strlen(connector)); in hostapd_dpp_send_peer_disc_resp()
1965 wpabuf_put_str(msg, connector); in hostapd_dpp_send_peer_disc_resp()
1966 os_free(connector); in hostapd_dpp_send_peer_disc_resp()
2054 const u8 *connector, *trans_id; in hostapd_dpp_rx_peer_disc_req() local
2086 connector = dpp_get_attr(buf, len, DPP_ATTR_CONNECTOR, &connector_len); in hostapd_dpp_rx_peer_disc_req()
2087 if (!connector) { in hostapd_dpp_rx_peer_disc_req()
2098 connector, connector_len, &expire, pkhash); in hostapd_dpp_rx_peer_disc_req()
2798 const u8 *trans_id, *wrapped, *version, *connector; in hostapd_dpp_rx_priv_peer_intro_update() local
2862 connector = dpp_get_attr(wpabuf_head(pt), wpabuf_len(pt), in hostapd_dpp_rx_priv_peer_intro_update()
2864 if (!connector) { in hostapd_dpp_rx_priv_peer_intro_update()
2883 connector, connector_len, &expire, pkhash); in hostapd_dpp_rx_priv_peer_intro_update()