Lines Matching refs:bssid

353      * Started association with new bssid.
357 * Completed association with new bssid.
361 * Dis-association with current bssid.
383 * |ssid|, |bssid| parameters must indicate the parameters of the network/AP
388 * @param bssid BSSID of the corresponding AP which caused this state
399 State newState, Bssid bssid, SupplicantNetworkId id, Ssid ssid);
405 * @param bssid BSSID of the access point.
411 oneway onAnqpQueryDone(Bssid bssid, AnqpData data, Hs20AnqpData hs20Data);
416 * @param bssid BSSID of the access point.
421 oneway onHs20IconQueryDone(Bssid bssid, string fileName, vec<uint8_t> data);
426 * @param bssid BSSID of the access point.
430 oneway onHs20SubscriptionRemediation(Bssid bssid,
437 * @param bssid BSSID of the access point.
443 oneway onHs20DeauthImminentNotice(Bssid bssid,
452 * @param bssid BSSID of the AP from which we disconnected.
459 Bssid bssid, bool locallyGenerated, ReasonCode reasonCode);
465 * @param bssid BSSID of the corresponding AP which sent this
472 oneway onAssociationRejected(Bssid bssid, StatusCode statusCode, bool timedOut);
477 * @param bssid BSSID of the corresponding AP.
479 oneway onAuthenticationTimeout(Bssid bssid);
487 * Used to indicate the change of active bssid.
488 * This is useful to figure out when the driver/firmware roams to a bssid
491 * @param reason Reason why the bssid changed.
492 * @param bssid BSSID of the corresponding AP.
494 oneway onBssidChanged(BssidChangeReason reason, Bssid bssid);
504 * @param bssid BSSID of the AP to which we initiated WPS
510 Bssid bssid, WpsConfigError configError, WpsErrorIndication errorInd);