Loading wifi/supplicant/1.4/ISupplicantStaIfaceCallback.hal +9 −0 Original line number Diff line number Diff line Loading @@ -168,4 +168,13 @@ interface ISupplicantStaIfaceCallback extends @1.3::ISupplicantStaIfaceCallback * @param assocRejectData Association Rejection related information. */ oneway onAssociationRejected_1_4(AssociationRejectionData assocRejectData); /** * Used to indicate that the supplicant failed to find a network in scan result * which matches with the network capabilities requested by upper layer * for connection. * * @param ssid network name supplicant tried to connect. */ oneway onNetworkNotFound(Ssid ssid); }; wifi/supplicant/1.4/vts/functional/supplicant_sta_iface_hidl_test.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,10 @@ class IfaceCallback : public ISupplicantStaIfaceCallback { override { return Void(); } Return<void> onNetworkNotFound( const hidl_vec<uint8_t>& /* ssid */) override { return Void(); } }; /* Loading Loading
wifi/supplicant/1.4/ISupplicantStaIfaceCallback.hal +9 −0 Original line number Diff line number Diff line Loading @@ -168,4 +168,13 @@ interface ISupplicantStaIfaceCallback extends @1.3::ISupplicantStaIfaceCallback * @param assocRejectData Association Rejection related information. */ oneway onAssociationRejected_1_4(AssociationRejectionData assocRejectData); /** * Used to indicate that the supplicant failed to find a network in scan result * which matches with the network capabilities requested by upper layer * for connection. * * @param ssid network name supplicant tried to connect. */ oneway onNetworkNotFound(Ssid ssid); };
wifi/supplicant/1.4/vts/functional/supplicant_sta_iface_hidl_test.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,10 @@ class IfaceCallback : public ISupplicantStaIfaceCallback { override { return Void(); } Return<void> onNetworkNotFound( const hidl_vec<uint8_t>& /* ssid */) override { return Void(); } }; /* Loading